Private Link Service Connection State Args
data class PrivateLinkServiceConnectionStateArgs(val actionRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>
An object that represents the approval state of the private link connection.
Constructors
Link copied to clipboard
constructor(actionRequired: Output<String>? = null, description: Output<String>? = null, status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null)
Properties
Link copied to clipboard
A message indicating if changes on the service provider require any updates on the consumer.
Link copied to clipboard
The reason for approval or rejection.
Link copied to clipboard
Indicates whether the connection has been approved, rejected or removed by the Relay Namespace owner.