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 PartitionField
Specifies a single partition field.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "SourceName" :String, "Transform" :String}
YAML
SourceName:StringTransform:String
Properties
SourceName-
The name of the source column used for partitioning. This column must be of the
timestamptztype.Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9._]+$Minimum:
1Maximum:
255Update requires: Replacement
Transform-
The partition transform to apply. The only valid value is
TIME_HOUR.Required: Yes
Type: String
Allowed values:
TIME_HOURUpdate requires: Replacement