Shared Private Link Resource Properties Args
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
The resource id of the resource the shared private link resource is for.
Link copied to clipboard
The location of the shared private link resource
Link copied to clipboard
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.