FrontdoorOriginPrivateLinkArgs

data class FrontdoorOriginPrivateLinkArgs(val location: Output<String>, val privateLinkTargetId: Output<String>, val requestMessage: Output<String>? = null, val targetType: Output<String>? = null) : ConvertibleToJava<FrontdoorOriginPrivateLinkArgs>

Constructors

Link copied to clipboard
constructor(location: Output<String>, privateLinkTargetId: Output<String>, requestMessage: Output<String>? = null, targetType: Output<String>? = null)

Properties

Link copied to clipboard
val location: Output<String>

Specifies the location where the Private Link resource should exist. Changing this forces a new resource to be created.

Link copied to clipboard

The ID of the Azure Resource to connect to via the Private Link.

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

Specifies the request message that will be submitted to the private_link_target_id when requesting the private link endpoint connection. Values must be between 1 and 140 characters in length. Defaults to Access request for CDN FrontDoor Private Link Origin.

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

Specifies the type of target for this Private Link Endpoint. Possible values are blob, blob_secondary, web and sites.

Functions

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