InteractiveQueryClusterNetworkArgs

data class InteractiveQueryClusterNetworkArgs(val connectionDirection: Output<String>? = null, val privateLinkEnabled: Output<Boolean>? = null) : ConvertibleToJava<InteractiveQueryClusterNetworkArgs>

Constructors

Link copied to clipboard
constructor(connectionDirection: Output<String>? = null, privateLinkEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val connectionDirection: Output<String>? = null

The direction of the resource provider connection. Possible values include Inbound or Outbound. Defaults to Inbound. Changing this forces a new resource to be created.

Link copied to clipboard
val privateLinkEnabled: Output<Boolean>? = null

Is the private link enabled? Possible values include true or false. Defaults to false. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): InteractiveQueryClusterNetworkArgs