interface KinesisParametersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Scheduler.CfnSchedule.KinesisParametersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnSchedule_KinesisParametersProperty |
![]() | software.amazon.awscdk.services.scheduler.CfnSchedule.KinesisParametersProperty |
![]() | aws_cdk.aws_scheduler.CfnSchedule.KinesisParametersProperty |
![]() | 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
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 .