Spark Cluster Network Args
data class SparkClusterNetworkArgs(val connectionDirection: Output<String>? = null, val privateLinkEnabled: Output<Boolean>? = null) : ConvertibleToJava<SparkClusterNetworkArgs>
Properties
Link copied to clipboard
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
Is the private link enabled? Possible values include true or false. Defaults to false. Changing this forces a new resource to be created.