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
fun SharedPrivateLinkResourcePropertiesArgs(groupId: Output<String>? = null, privateLink: Output<ResourceReferenceArgs>? = null, privateLinkLocation: Output<String>? = null, requestMessage: Output<String>? = null, status: Output<SharedPrivateLinkResourceStatus>? = null)