RegistryPrivateLinkServiceConnectionStateArgs

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

The connection state.

Constructors

constructor(actionsRequired: Output<String>? = null, description: Output<String>? = null, status: Output<Either<String, EndpointServiceConnectionStatus>>? = null)

Properties

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

Some RP chose "None". Other RPs use this for region expansion.

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

User-defined message that, per NRP doc, may be used for approval-related message.

Link copied to clipboard
val status: Output<Either<String, EndpointServiceConnectionStatus>>? = null

Connection status of the service consumer with the service provider

Functions

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