Private Endpoint Connection Properties Args
data class PrivateEndpointConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>
The properties of a private endpoint connection
Constructors
Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>)