All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.scheduler.kotlin.outputs.ScheduleTargetKinesisParameters.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.scheduler.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property partitionKey Specifies the shard to which EventBridge Scheduler sends the event. Up to 256 characters.
 */
public data class ScheduleTargetKinesisParameters(
    public val partitionKey: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.scheduler.outputs.ScheduleTargetKinesisParameters): ScheduleTargetKinesisParameters = ScheduleTargetKinesisParameters(
            partitionKey = javaType.partitionKey(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy