RemotePrivateEndpointConnectionArgs

data class RemotePrivateEndpointConnectionArgs(val id: Output<String>? = null) : ConvertibleToJava<RemotePrivateEndpointConnectionArgs>

Represent remote private endpoint connection.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null)

Properties

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

Gets or sets the remote private endpoint connection id.

Functions

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