AWS::Scheduler::Schedule KinesisParameters
The templated target type for the Amazon Kinesis PutRecord
API operation.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PartitionKey" :
String
}
YAML
PartitionKey:
String
Properties
PartitionKey
-
Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide.
Required: Yes
Type: String
Minimum:
1
Maximum:
256
Update requires: No interruption