AWS::KinesisFirehose::DeliveryStream HttpEndpointRequestConfiguration - AWS CloudFormation

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 AWS 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