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

com.pulumi.awsnative.kinesisfirehose.kotlin.outputs.DeliveryStreamAuthenticationConfiguration.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.kinesisfirehose.kotlin.outputs

import com.pulumi.awsnative.kinesisfirehose.kotlin.enums.DeliveryStreamAuthenticationConfigurationConnectivity
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property connectivity The type of connectivity used to access the Amazon MSK cluster.
 * @property roleArn The ARN of the role used to access the Amazon MSK cluster.
 */
public data class DeliveryStreamAuthenticationConfiguration(
    public val connectivity: DeliveryStreamAuthenticationConfigurationConnectivity,
    public val roleArn: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.kinesisfirehose.outputs.DeliveryStreamAuthenticationConfiguration): DeliveryStreamAuthenticationConfiguration = DeliveryStreamAuthenticationConfiguration(
            connectivity = javaType.connectivity().let({ args0 ->
                com.pulumi.awsnative.kinesisfirehose.kotlin.enums.DeliveryStreamAuthenticationConfigurationConnectivity.Companion.toKotlin(args0)
            }),
            roleArn = javaType.roleArn(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy