Amazon CloudWatch Events Rule KinesisParameters
The
KinesisParameters property type specifies settings that control shard assignment for a Kinesis stream
target.
KinesisParameters is a property of the Target property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PartitionKeyPath" :String}
YAML
PartitionKeyPath:String
Properties
For more information, including constraints, see KinesisParameters in the Amazon CloudWatch Events API Reference.
PartitionKeyPath-
The JSON path to extract from the event and use as the partition key. The default is to use the
eventIdas the partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Kinesis Streams Developer Guide.Required: Yes
Type: String
Update requires: No interruption
