Private Link Service Connection Args
data class PrivateLinkServiceConnectionArgs(val groupIds: Output<List<String>>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val privateLinkServiceId: Output<String>? = null, val requestMessage: Output<String>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionArgs>
PrivateLinkServiceConnection resource.
Properties
Link copied to clipboard
A collection of read-only information about the state of the connection to the remote resource.
Link copied to clipboard
The resource id of private link service.
Link copied to clipboard
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.