Firehose Delivery Stream Http Endpoint Configuration Request Configuration Args
data class FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationArgs(val commonAttributes: Output<List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs>>? = null, val contentEncoding: Output<String>? = null) : ConvertibleToJava<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationArgs>
Constructors
Link copied to clipboard
constructor(commonAttributes: Output<List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs>>? = null, contentEncoding: Output<String>? = null)
Properties
Link copied to clipboard
val commonAttributes: Output<List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttributeArgs>>? = null
Describes the metadata sent to the HTTP endpoint destination. More details are given below
Link copied to clipboard
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. Valid values are NONE
and GZIP
. Default value is NONE
.