PrivateEndpointPropertiesArgs

data class PrivateEndpointPropertiesArgs(val manualPrivateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null) : ConvertibleToJava<PrivateEndpointPropertiesArgs>

The properties associated with a private endpoint.

Constructors

Link copied to clipboard
constructor(manualPrivateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null)

Properties

Link copied to clipboard

A list of connections to the remote resource. Immutable after it is set.

Functions

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