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
fun ExportExport(dataQueries: List<ExportExportDataQuery>? = null, description: String? = null, destinationConfigurations: List<ExportExportDestinationConfiguration>? = null, exportArn: String? = null, name: String, refreshCadences: List<ExportExportRefreshCadence>? = null)