PrivateEndpointConnectionPropertiesArgs

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

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

Properties

Link copied to clipboard

Private endpoint which the connection belongs to.

Link copied to clipboard

Connection state of the private endpoint connection.