PrivateEndpointConnectionPropertiesArgs

data class PrivateEndpointConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>

Properties of the PrivateEndpointConnectProperties.

Constructors

Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>)

Properties

Link copied to clipboard
val groupIds: Output<List<String>>? = null

The private link resource group ids.

Link copied to clipboard

A collection of information about the state of the connection between service consumer and provider.

Functions

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