Private Endpoint Connection Properties Private Link Service Connection State Args
data class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<PrivateLinkServiceConnectionStatus>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
Constructors
Link copied to clipboard
constructor(actionsRequired: Output<String>? = null, description: Output<String>? = null, status: Output<PrivateLinkServiceConnectionStatus>? = null)
Properties
Link copied to clipboard
A description of any extra actions that may be required.
Link copied to clipboard
The description for the private link service connection state.
Link copied to clipboard
Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.