Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupConfiguration ¶
type BackupConfiguration struct { AwsCredentialConfigPath string `yaml:"awsCredentialConfigPath"` AwsProfile string `yaml:"aws_profile"` KmsKey string `yaml:"kms_key"` EncryptionContext string `yaml:"encryption_context"` S3Bucket string `yaml:"s3_bucket"` BackupFiles []BackupFileConfiguration `yaml:"backup"` }
func BackupConfig ¶
func BackupConfig() (BackupConfiguration, error)
func New ¶
func New(configFilePath string) (BackupConfiguration, error)
type BackupFileConfiguration ¶
Click to show internal directories.
Click to hide internal directories.