PrivateEndpointDestinationArgs

data class PrivateEndpointDestinationArgs(val serviceResourceId: Output<String>? = null, val sparkEnabled: Output<Boolean>? = null, val sparkStatus: Output<Either<String, RuleStatus>>? = null, val subresourceTarget: Output<String>? = null) : ConvertibleToJava<PrivateEndpointDestinationArgs>

Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.

Constructors

Link copied to clipboard
constructor(serviceResourceId: Output<String>? = null, sparkEnabled: Output<Boolean>? = null, sparkStatus: Output<Either<String, RuleStatus>>? = null, subresourceTarget: Output<String>? = null)

Properties

Link copied to clipboard
val serviceResourceId: Output<String>? = null
Link copied to clipboard
val sparkEnabled: Output<Boolean>? = null
Link copied to clipboard
val sparkStatus: Output<Either<String, RuleStatus>>? = null

Type of a managed network Outbound Rule of a machine learning workspace.

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

Functions

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