interface KinesisParametersProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Scheduler.CfnSchedule.KinesisParametersProperty | 
|  Java | software.amazon.awscdk.services.scheduler.CfnSchedule.KinesisParametersProperty | 
|  Python | aws_cdk.aws_scheduler.CfnSchedule.KinesisParametersProperty | 
|  TypeScript | @aws-cdk/aws-scheduler»CfnSchedule»KinesisParametersProperty | 
The templated target type for the Amazon Kinesis PutRecord API operation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as scheduler from '@aws-cdk/aws-scheduler';
const kinesisParametersProperty: scheduler.CfnSchedule.KinesisParametersProperty = {
  partitionKey: 'partitionKey',
};
Properties
| Name | Type | Description | 
|---|---|---|
| partition | string | Specifies the shard to which EventBridge Scheduler sends the event. | 
partitionKey
Type:
string
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 .
