data Format Conversion Configuration
suspend fun dataFormatConversionConfiguration(value: Output<DeliveryStreamDataFormatConversionConfigurationArgs>)
suspend fun dataFormatConversionConfiguration(value: DeliveryStreamDataFormatConversionConfigurationArgs?)
Parameters
value
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
suspend fun dataFormatConversionConfiguration(argument: suspend DeliveryStreamDataFormatConversionConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.