
com.pulumi.awsnative.scheduler.kotlin.outputs.ScheduleKinesisParameters.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.scheduler.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The custom parameter you can use to control the shard to which EventBridge Scheduler sends the event.
* @property partitionKey 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.
*/
public data class ScheduleKinesisParameters(
public val partitionKey: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.scheduler.outputs.ScheduleKinesisParameters): ScheduleKinesisParameters = ScheduleKinesisParameters(
partitionKey = javaType.partitionKey(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy