PrivateLinkServiceConnectionStateArgs

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
val actionRequired: Output<String>? = null

A message indicating if changes on the service provider require any updates on the consumer.

Link copied to clipboard
val description: Output<String>? = null

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.

Functions

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