Skeddly API
Search
K
Comment on page

AmazonS3Target Object

Description

Specifies the details of an Amazon S3 target.

Properties

bucketName

Name of an Amazon S3 bucket.
Type: string
Required: Yes

encryptionType

Type of encryption to use when placing the object into S3.
Type: string
Valid Values:
  • none
  • aes256
Required: Yes

objectKey

Object key (file name) to use for the target object placed into Amazon S3.
Type: string
Required: Yes

Sample JSON

{
"bucketName": "my-target-bucket",
"objectKey": "backups/my-backup-$(DATE)",
"encryptionType": "aes256"
}