AWS::KinesisFirehose::DeliveryStream HttpEndpointRequestConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KinesisFirehose::DeliveryStream HttpEndpointRequestConfiguration

The configuration of the HTTP endpoint request. Kinesis Firehose supports any custom HTTP endpoint or HTTP endpoints owned by supported third-party service providers, including Datadog, MongoDB, and New Relic.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

CommonAttributes

Describes the metadata sent to the HTTP endpoint destination.

Required: No

Type: Array of HttpEndpointCommonAttribute

Minimum: 0

Maximum: 50

Update requires: No interruption

ContentEncoding

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.

Required: No

Type: String

Allowed values: NONE | GZIP

Update requires: No interruption