AWS::BCMDataExports::Export 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::BCMDataExports::Export S3Destination

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.

Syntax

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

JSON

{ "S3Bucket" : String, "S3BucketOwner" : String, "S3OutputConfigurations" : S3OutputConfigurations, "S3Prefix" : String, "S3Region" : String }

Properties

S3Bucket

The name of the Amazon S3 bucket used as the destination of a data export file.

Required: Yes

Type: String

Pattern: ^[\S\s]*$

Minimum: 0

Maximum: 1024

Update requires: No interruption

S3BucketOwner

Property description not available.

Required: No

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: No interruption

S3OutputConfigurations

The output configuration for the data export.

Required: Yes

Type: S3OutputConfigurations

Update requires: No interruption

S3Prefix

The S3 path prefix you want prepended to the name of your data export.

Required: Yes

Type: String

Pattern: ^[\S\s]*$

Minimum: 0

Maximum: 1024

Update requires: No interruption

S3Region

The S3 bucket Region.

Required: Yes

Type: String

Pattern: ^[\S\s]*$

Minimum: 0

Maximum: 1024

Update requires: No interruption