Amazon S3 Bucket Destination
The
Destination property type specifies information about where to publish analysis or configuration
results for an Amazon S3 bucket.
Destination is a property of the DataExport and InventoryConfiguration property types.
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:StringBucketArn:StringFormat:StringPrefix:String
Properties
BucketAccountId-
The ID of the account that owns the destination bucket where the analytics is published.
Although optional, we recommend that the value be set to 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 where analytics results are published. This destination bucket must be in the same region as the bucket used for the analytics or inventory configuration.
Required: Yes
Type: String
Update requires: No interruption
Format-
Specifies the output format of the analytics or inventory results. Currently, Amazon S3 supports the comma-separated value (CSV) format.
Required: Yes
Type: String
Update requires: No interruption
Prefix-
The prefix that is prepended to all analytics results.
Required: No
Type: String
Update requires: No interruption
