ExportExport

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data query for this specific data export. See the data_query argument reference below.

Link copied to clipboard
val description: String? = null

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
val exportArn: String? = null

Amazon Resource Name (ARN) for this export.

Link copied to clipboard

Name of this specific data export.

Link copied to clipboard

Cadence for Amazon Web Services to update the export in your S3 bucket. See the refresh_cadence argument reference below.