SharedPrivateLinkResourceArgs

data class SharedPrivateLinkResourceArgs(val groupId: Output<String>? = null, val name: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val requestMessage: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<SharedPrivateLinkResourceArgs>

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, name: Output<String>? = null, privateLinkResourceId: Output<String>? = null, requestMessage: Output<String>? = null, status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null)

Properties

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

The private link resource group id.

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

Unique name of the private link.

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

The resource id that private link links to.

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

Request message.

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(): SharedPrivateLinkResourceArgs