destination Configuration
suspend fun destinationConfiguration(value: Output<RecordingConfigurationDestinationConfigurationArgs>)
Parameters
value
A destination configuration describes an S3 bucket where recorded video will be stored. See the DestinationConfiguration property type for more information.
suspend fun destinationConfiguration(argument: suspend RecordingConfigurationDestinationConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A destination configuration describes an S3 bucket where recorded video will be stored. See the DestinationConfiguration property type for more information.