SharedPrivateLinkResourcePropertiesArgs

data class SharedPrivateLinkResourcePropertiesArgs(val groupId: Output<String>? = null, val privateLink: Output<ResourceReferenceArgs>? = null, val privateLinkLocation: Output<String>? = null, val requestMessage: Output<String>? = null, val status: Output<SharedPrivateLinkResourceStatus>? = null) : ConvertibleToJava<SharedPrivateLinkResourcePropertiesArgs>

Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin.

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, privateLink: Output<ResourceReferenceArgs>? = null, privateLinkLocation: Output<String>? = null, requestMessage: Output<String>? = null, status: Output<SharedPrivateLinkResourceStatus>? = null)

Properties

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

The group id from the provider of resource the shared private link resource is for.

Link copied to clipboard
val privateLink: Output<ResourceReferenceArgs>? = null

The resource id of the resource the shared private link resource is for.

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

The location of the shared private link resource

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

The request message for requesting approval of the shared private link resource.

Link copied to clipboard

Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout.

Functions

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