AWS::Scheduler::Schedule KinesisParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Scheduler::Schedule KinesisParameters

The templated target type for the Amazon Kinesis PutRecord API operation.

Syntax

To declare this entity in your Amazon 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