Amazon Kinesis Data Firehose DeliveryStream ElasticsearchBufferingHints
The ElasticsearchBufferingHints property type specifies how Amazon Kinesis Data Firehose (Kinesis Data Firehose)
buffers incoming data while delivering it to the destination.
The first buffer condition that is satisfied triggers Kinesis Data Firehose to deliver
the data.
ElasticsearchBufferingHints is the property type for the BufferingHints property of the Amazon Kinesis Data Firehose DeliveryStream ElasticsearchDestinationConfiguration property type.
Syntax
JSON
{ "IntervalInSeconds" :Integer, "SizeInMBs" :Integer}
YAML
IntervalInSeconds:IntegerSizeInMBs:Integer
Properties
IntervalInSeconds-
The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the
IntervalInSecondscontent for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference.Required: Yes
Type: Integer
SizeInMBs-
The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the
SizeInMBscontent for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference.Required: Yes
Type: Integer
