AWS::KinesisFirehose::DeliveryStream SnowflakeBufferingHints - AWS CloudFormation

AWS::KinesisFirehose::DeliveryStream SnowflakeBufferingHints

Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.

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

Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.

Required: No

Type: Integer

Minimum: 0

Maximum: 900

Update requires: No interruption

SizeInMBs

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.

Required: No

Type: Integer

Minimum: 1

Maximum: 128

Update requires: No interruption