PrivateLinkServiceConnectionStateArgs

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
val actionsRequired: 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/rejection of the connection.

Link copied to clipboard

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Functions

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