Export Export Destination Configuration S3Destination S3Output Configuration Args
data class ExportExportDestinationConfigurationS3DestinationS3OutputConfigurationArgs(val compression: Output<String>, val format: Output<String>, val outputType: Output<String>, val overwrite: Output<String>) : ConvertibleToJava<ExportExportDestinationConfigurationS3DestinationS3OutputConfigurationArgs>
Properties
Link copied to clipboard
Compression type for the data export. Valid values GZIP
, PARQUET
.
Link copied to clipboard
Output type for the data export. Valid value CUSTOM
.
Link copied to clipboard
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. Valid values CREATE_NEW_REPORT
or OVERWRITE_REPORT
.