AWS::BCMDataExports::Export 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::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 Amazon CloudFormation template, use the following syntax:

JSON

{ "S3Bucket" : 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

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