Private Endpoint Connection Properties Args
data class PrivateEndpointConnectionPropertiesArgs(val privateEndpoint: Output<PrivateEndpointPropertyArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStatePropertyArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>
Properties of a private endpoint connection.
Constructors
Link copied to clipboard
constructor(privateEndpoint: Output<PrivateEndpointPropertyArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStatePropertyArgs>? = null)
Properties
Link copied to clipboard
Private endpoint which the connection belongs to.
Link copied to clipboard
val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStatePropertyArgs>? = null
Connection state of the private endpoint connection.