PrivateLinkServiceConnectionStateArgs

data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateLinkServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

Connection state of the private endpoint connection

Constructors

Link copied to clipboard
constructor(actionsRequired: Output<String>? = null, description: Output<String>? = null, status: Output<Either<String, PrivateLinkServiceConnectionStatus>>? = 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
val status: Output<Either<String, PrivateLinkServiceConnectionStatus>>? = null

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