Interactive Query Cluster Network Args
data class InteractiveQueryClusterNetworkArgs(val connectionDirection: Output<String>? = null, val privateLinkEnabled: Output<Boolean>? = null) : ConvertibleToJava<InteractiveQueryClusterNetworkArgs>
Constructors
Link copied to clipboard
fun InteractiveQueryClusterNetworkArgs(connectionDirection: Output<String>? = null, privateLinkEnabled: Output<Boolean>? = null)