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::Kinesis::Channel PartitionSpec
Specifies how the destination table is partitioned.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "PartitionFields" :[ PartitionField, ... ]}
YAML
PartitionFields:- PartitionField
Properties
PartitionFields-
The list of partition fields.
Required: Yes
Type: Array of PartitionField
Minimum:
1Maximum:
10Update requires: Replacement