AWS::S3::Bucket Destination - AWS CloudFormation

AWS::S3::Bucket Destination

Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket.

Syntax

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

JSON

{ "BucketAccountId" : String, "BucketArn" : String, "Format" : String, "Prefix" : String }

YAML

BucketAccountId: String BucketArn: String Format: String Prefix: String

Properties

BucketAccountId

The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

Note

Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

Required: No

Type: String

Update requires: No interruption

BucketArn

The Amazon Resource Name (ARN) of the bucket to which data is exported.

Required: Yes

Type: String

Update requires: No interruption

Format

Specifies the file format used when exporting data to Amazon S3.

Allowed values: CSV | ORC | Parquet

Required: Yes

Type: String

Allowed values: CSV | ORC | Parquet

Update requires: No interruption

Prefix

The prefix to use when exporting data. The prefix is prepended to all results.

Required: No

Type: String

Update requires: No interruption

See also