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
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

Connection state of the private endpoint connection.

Functions

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