AWS::BCMDataExports::Export S3OutputConfigurations
The compression type, file format, and overwrite preference for the data export.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Compression" :
String
, "Format" :String
, "OutputType" :String
, "Overwrite" :String
}
YAML
Compression:
String
Format:String
OutputType:String
Overwrite:String
Properties
Compression
-
The compression type for the data export.
Required: Yes
Type: String
Allowed values:
GZIP | PARQUET
Update requires: No interruption
Format
-
The file format for the data export.
Required: Yes
Type: String
Allowed values:
TEXT_OR_CSV | PARQUET
Update requires: No interruption
OutputType
-
The output type for the data export.
Required: Yes
Type: String
Allowed values:
CUSTOM
Update requires: No interruption
Overwrite
-
The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
Required: Yes
Type: String
Allowed values:
CREATE_NEW_REPORT | OVERWRITE_REPORT
Update requires: No interruption