AWS::KinesisFirehose::DeliveryStream DynamicPartitioningConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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