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
fun PrivateEndpointConnectionPropertiesArgs(privateEndpoint: Output<PrivateEndpointPropertyArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStatePropertyArgs>? = null)
Functions
Properties
Link copied to clipboard
val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStatePropertyArgs>? = null