Export Export Destination Configuration S3Destination S3Output Configuration
data class ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration(val compression: String, val format: String, val outputType: String, val overwrite: String)
Constructors
Link copied to clipboard
fun ExportExportDestinationConfigurationS3DestinationS3OutputConfiguration(compression: String, format: String, outputType: String, overwrite: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.