Private Link Service Proxy Args
data class PrivateLinkServiceProxyArgs(val groupConnectivityInformation: Output<List<GroupConnectivityInformationArgs>>? = null, val id: Output<String>? = null, val remotePrivateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateLinkServiceProxyArgs>
Private link service proxy details.
Constructors
Link copied to clipboard
constructor(groupConnectivityInformation: Output<List<GroupConnectivityInformationArgs>>? = null, id: Output<String>? = null, remotePrivateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)