View a markdown version of this page

AWS::Kinesis::Channel PartitionField - AWS CloudFormation

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: String Transform: String

Properties

SourceName

The name of the source column used for partitioning. This column must be of the timestamptz type.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9._]+$

Minimum: 1

Maximum: 255

Update requires: Replacement

Transform

The partition transform to apply. The only valid value is TIME_HOUR.

Required: Yes

Type: String

Allowed values: TIME_HOUR

Update requires: Replacement