ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration

data class ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration(val compression: String, val format: String, val outputType: String, val overwrite: String)

Constructors

constructor(compression: String, format: String, outputType: String, overwrite: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Compression type for the data export. Valid values GZIP, PARQUET.

Link copied to clipboard

File format for the data export. Valid values TEXT_OR_CSV or 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.