com.pulumi.gcp.datastream.kotlin.outputs.ConnectionProfilePrivateConnectivity.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.datastream.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property privateConnection A reference to a private connection resource. Format: `projects/{project}/locations/{location}/privateConnections/{name}`
*/
public data class ConnectionProfilePrivateConnectivity(
public val privateConnection: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.datastream.outputs.ConnectionProfilePrivateConnectivity): ConnectionProfilePrivateConnectivity = ConnectionProfilePrivateConnectivity(
privateConnection = javaType.privateConnection(),
)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy