Export Export
data class ExportExport(val dataQueries: List<ExportExportDataQuery>? = null, val description: String? = null, val destinationConfigurations: List<ExportExportDestinationConfiguration>? = null, val exportArn: String? = null, val name: String, val refreshCadences: List<ExportExportRefreshCadence>? = null)
Constructors
Link copied to clipboard
constructor(dataQueries: List<ExportExportDataQuery>? = null, description: String? = null, destinationConfigurations: List<ExportExportDestinationConfiguration>? = null, exportArn: String? = null, name: String, refreshCadences: List<ExportExportRefreshCadence>? = null)
Properties
Link copied to clipboard
Data query for this specific data export. See the data_query
argument reference below.
Link copied to clipboard
Description for this specific data export.
Link copied to clipboard
Destination configuration for this specific data export. See the destination_configurations
argument reference below.
Link copied to clipboard
Cadence for Amazon Web Services to update the export in your S3 bucket. See the refresh_cadence
argument reference below.