AWS::KinesisFirehose::DeliveryStream BufferingHints - AWS CloudFormation

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 AWS CloudFormation template, use the following syntax:

JSON

{ "IntervalInSeconds" : Integer, "SizeInMBs" : Integer }

YAML

IntervalInSeconds: Integer SizeInMBs: 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 IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference.

Required: No

Type: Integer

Minimum: 0

Maximum: 900

Update 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 SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference.

Required: No

Type: Integer

Minimum: 1

Maximum: 128

Update requires: No interruption