ScheduleKinesisParametersArgs

data class ScheduleKinesisParametersArgs(val partitionKey: Output<String>) : ConvertibleToJava<ScheduleKinesisParametersArgs>

The custom parameter you can use to control the shard to which EventBridge Scheduler sends the event.

Constructors

Link copied to clipboard
constructor(partitionKey: Output<String>)

Properties

Link copied to clipboard
val partitionKey: Output<String>

The custom parameter used as the Kinesis partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.

Functions

Link copied to clipboard
open override fun toJava(): ScheduleKinesisParametersArgs