Specifies the details of an Amazon S3 target.
Name of an Amazon S3 bucket.
Type: string
string
Required: Yes
Type of encryption to use when placing the object into S3.
Valid Values:
none
aes256
Object key (file name) to use for the target object placed into Amazon S3.
Last updated 7 years ago
{ "bucketName": "my-target-bucket", "objectKey": "backups/my-backup-$(DATE)", "encryptionType": "aes256" }