Export Export Args
data class ExportExportArgs(val dataQueries: Output<List<ExportExportDataQueryArgs>>? = null, val description: Output<String>? = null, val destinationConfigurations: Output<List<ExportExportDestinationConfigurationArgs>>? = null, val exportArn: Output<String>? = null, val name: Output<String>, val refreshCadences: Output<List<ExportExportRefreshCadenceArgs>>? = null) : ConvertibleToJava<ExportExportArgs>
Constructors
Link copied to clipboard
constructor(dataQueries: Output<List<ExportExportDataQueryArgs>>? = null, description: Output<String>? = null, destinationConfigurations: Output<List<ExportExportDestinationConfigurationArgs>>? = null, exportArn: Output<String>? = null, name: Output<String>, refreshCadences: Output<List<ExportExportRefreshCadenceArgs>>? = 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.