This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 CloudFormation template, use the following syntax:
JSON
{ "Enabled" :Boolean, "RetryOptions" :RetryOptions}
YAML
Enabled:BooleanRetryOptions: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