AWS::SSM::ResourceDataSync S3Destination - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SSM::ResourceDataSync S3Destination

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

Syntax

To declare this entity in your 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 AWS 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