AWS::SSM::ResourceDataSync S3Destination - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SSM::ResourceDataSync S3Destination

Information about the target S3 bucket for the resource data sync.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketName" : String, "BucketPrefix" : String, "BucketRegion" : String, "KMSKeyArn" : String, "SyncFormat" : String }

YAML

BucketName: String BucketPrefix: String BucketRegion: String KMSKeyArn: String SyncFormat: String

Properties

BucketName

The name of the S3 bucket where the aggregated data is stored.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: Replacement

BucketPrefix

An Amazon S3 prefix for the bucket.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: Replacement

BucketRegion

The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: Replacement

KMSKeyArn

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.

Required: No

Type: String

Minimum: 1

Maximum: 512

Update requires: Replacement

SyncFormat

A supported sync format. The following format is currently supported: JsonSerDe

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: Replacement