Firehose Delivery Stream Http Endpoint Configuration Request Configuration
data class FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfiguration(val commonAttributes: List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute>? = null, val contentEncoding: String? = null)
Constructors
Link copied to clipboard
constructor(commonAttributes: List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute>? = null, contentEncoding: String? = null)
Properties
Link copied to clipboard
val commonAttributes: List<FirehoseDeliveryStreamHttpEndpointConfigurationRequestConfigurationCommonAttribute>? = null
Describes the metadata sent to the HTTP endpoint destination. See common_attributes
block below for details.
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
.