Delivery Stream Data Format Conversion Configuration Args
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
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, inputFormatConfiguration: Output<DeliveryStreamInputFormatConfigurationArgs>? = null, outputFormatConfiguration: Output<DeliveryStreamOutputFormatConfigurationArgs>? = null, schemaConfiguration: Output<DeliveryStreamSchemaConfigurationArgs>? = null)
Properties
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.