s3Destinations
suspend fun s3Destinations(value: Output<List<ExportExportDestinationConfigurationS3DestinationArgs>>)
Parameters
value
Object that describes the destination of the data exports file. See the s3_destination
argument reference below.
suspend fun s3Destinations(vararg values: Output<ExportExportDestinationConfigurationS3DestinationArgs>)
suspend fun s3Destinations(values: List<Output<ExportExportDestinationConfigurationS3DestinationArgs>>)
Parameters
values
Object that describes the destination of the data exports file. See the s3_destination
argument reference below.
suspend fun s3Destinations(argument: List<suspend ExportExportDestinationConfigurationS3DestinationArgsBuilder.() -> Unit>)
suspend fun s3Destinations(vararg argument: suspend ExportExportDestinationConfigurationS3DestinationArgsBuilder.() -> Unit)
suspend fun s3Destinations(argument: suspend ExportExportDestinationConfigurationS3DestinationArgsBuilder.() -> Unit)
Parameters
argument
Object that describes the destination of the data exports file. See the s3_destination
argument reference below.