Remote Private Endpoint Connection Wrapper Args
data class RemotePrivateEndpointConnectionWrapperArgs(val id: Output<String>? = null, val name: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>, val type: Output<String>? = null) : ConvertibleToJava<RemotePrivateEndpointConnectionWrapperArgs>
Remote Private Endpoint Connection resource.
Constructors
Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>, type: Output<String>? = null)