Private Endpoint Connection Response Properties Args
data class PrivateEndpointConnectionResponsePropertiesArgs(val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionResponsePropertiesArgs>
Represents Private endpoint connection response properties.
Constructors
Link copied to clipboard
constructor(privateEndpoint: Output<PrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)