Private Link Connection Approval Request Args
    data class PrivateLinkConnectionApprovalRequestArgs(val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkConnectionStateArgs>? = null) : ConvertibleToJava<PrivateLinkConnectionApprovalRequestArgs> 
A request to approve or reject a private endpoint connection
Constructors
Link copied to clipboard
                fun PrivateLinkConnectionApprovalRequestArgs(privateEndpoint: Output<PrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkConnectionStateArgs>? = null)