This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::KinesisFirehose::DeliveryStream BufferingHints
The BufferingHints property type specifies how Amazon Kinesis Data
Firehose (Kinesis Data Firehose) buffers incoming data before delivering it to the
destination. The first buffer condition that is satisfied triggers Kinesis Data Firehose to
deliver the data.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following 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: No
Type: Integer
Minimum:
0Maximum:
900Update requires: No interruption
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: No
Type: Integer
Minimum:
1Maximum:
128Update requires: No interruption