DeliveryStreamDataFormatConversionConfigurationArgs

data class DeliveryStreamDataFormatConversionConfigurationArgs(val enabled: Output<Boolean>? = null, val inputFormatConfiguration: Output<DeliveryStreamInputFormatConfigurationArgs>? = null, val outputFormatConfiguration: Output<DeliveryStreamOutputFormatConfigurationArgs>? = null, val schemaConfiguration: Output<DeliveryStreamSchemaConfigurationArgs>? = null) : ConvertibleToJava<DeliveryStreamDataFormatConversionConfigurationArgs>

Constructors

constructor(enabled: Output<Boolean>? = null, inputFormatConfiguration: Output<DeliveryStreamInputFormatConfigurationArgs>? = null, outputFormatConfiguration: Output<DeliveryStreamOutputFormatConfigurationArgs>? = null, schemaConfiguration: Output<DeliveryStreamSchemaConfigurationArgs>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Defaults to true . Set it to false if you want to disable format conversion while preserving the configuration details.

Link copied to clipboard

Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.

Link copied to clipboard

Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.

Link copied to clipboard

Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamDataFormatConversionConfigurationArgs