PrivateLinkConnectionApprovalRequestArgs

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
constructor(privateEndpoint: Output<PrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkConnectionStateArgs>? = null)

Properties

Link copied to clipboard

The resource of private endpoint.

Link copied to clipboard

The state of a private link connection

Functions

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