Frontdoor Origin Private Link Args
data class FrontdoorOriginPrivateLinkArgs(val location: Output<String>, val privateLinkTargetId: Output<String>, val requestMessage: Output<String>? = null, val targetType: Output<String>? = null) : ConvertibleToJava<FrontdoorOriginPrivateLinkArgs>
Properties
Link copied to clipboard
The ID of the Azure Resource to connect to via the Private Link.
Link copied to clipboard
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
Specifies the type of target for this Private Link Endpoint. Possible values are blob
, blob_secondary
, web
and sites
.