Private Link Service Connection State Args
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>
A collection of information about the state of the connection between service consumer and provider.
Constructors
Link copied to clipboard
constructor(actionsRequired: 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/rejection of the connection.
Link copied to clipboard
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.