AWS::KinesisFirehose::DeliveryStream DynamicPartitioningConfiguration - AWS CloudFormation

AWS::KinesisFirehose::DeliveryStream DynamicPartitioningConfiguration

The DynamicPartitioningConfiguration property type specifies the configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Enabled" : Boolean, "RetryOptions" : RetryOptions }

Properties

Enabled

Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.

Required: No

Type: Boolean

Update requires: No interruption

RetryOptions

Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.

Required: No

Type: RetryOptions

Update requires: No interruption