
com.pulumi.aws.msk.kotlin.outputs.ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.msk.kotlin.outputs
import kotlin.Suppress
/**
*
* @property clientAuthentication Configuration block for specifying a client authentication. See below.
*/
public data class ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity(
public val clientAuthentication: ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.msk.outputs.ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity): ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity =
ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivity(
clientAuthentication = javaType.clientAuthentication().map({ args0 ->
args0.let({ args0 ->
com.pulumi.aws.msk.kotlin.outputs.ClusterBrokerNodeGroupInfoConnectivityInfoVpcConnectivityClientAuthentication.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy