Delivery Stream Http Endpoint Request Configuration
data class DeliveryStreamHttpEndpointRequestConfiguration(val commonAttributes: List<DeliveryStreamHttpEndpointCommonAttribute>? = null, val contentEncoding: DeliveryStreamHttpEndpointRequestConfigurationContentEncoding? = null)
Constructors
Link copied to clipboard
constructor(commonAttributes: List<DeliveryStreamHttpEndpointCommonAttribute>? = null, contentEncoding: DeliveryStreamHttpEndpointRequestConfigurationContentEncoding? = null)
Properties
Link copied to clipboard
Describes the metadata sent to the HTTP endpoint destination.
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. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.