aws-cdk-lib.aws_scheduler.CfnSchedule.KinesisParametersProperty

interface KinesisParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Scheduler.CfnSchedule.KinesisParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnSchedule_KinesisParametersProperty
Javasoftware.amazon.awscdk.services.scheduler.CfnSchedule.KinesisParametersProperty
Pythonaws_cdk.aws_scheduler.CfnSchedule.KinesisParametersProperty
TypeScript aws-cdk-lib » 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 { aws_scheduler as scheduler } from 'aws-cdk-lib';
const kinesisParametersProperty: scheduler.CfnSchedule.KinesisParametersProperty = {
  partitionKey: 'partitionKey',
};

Properties

NameTypeDescription
partitionKeystringSpecifies 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 .