{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-scheduler/refs/heads/main/json-structure/amazon-eventbridge-scheduler-kinesis-parameters-structure.json", "name": "KinesisParameters", "description": "The templated target type for the Amazon Kinesis PutRecord API operation.", "type": "object", "properties": { "PartitionKey": { "allOf": [ { "$ref": "#/components/schemas/TargetPartitionKey" }, { "description": "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": [ "PartitionKey" ] }