interface KinesisParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Scheduler.CfnSchedulePropsMixin.KinesisParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsscheduler#CfnSchedulePropsMixin_KinesisParametersProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.scheduler.CfnSchedulePropsMixin.KinesisParametersProperty |
Python | aws_cdk.cfn_property_mixins.aws_scheduler.CfnSchedulePropsMixin.KinesisParametersProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_scheduler » CfnSchedulePropsMixin » 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/cfn-property-mixins';
const kinesisParametersProperty: scheduler.CfnSchedulePropsMixin.KinesisParametersProperty = {
partitionKey: 'partitionKey',
};
Properties
| Name | Type | Description |
|---|---|---|
| partition | string | Specifies the shard to which EventBridge Scheduler sends the event. |
partitionKey?
Type:
string
(optional)
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 .

.NET
Go
Java
Python
TypeScript