Frontdoor Custom Domain Association Args
data class FrontdoorCustomDomainAssociationArgs(val cdnFrontdoorCustomDomainId: Output<String>? = null, val cdnFrontdoorRouteIds: Output<List<String>>? = null) : ConvertibleToJava<FrontdoorCustomDomainAssociationArgs>
Manages the association between a Front Door (standard/premium) Custom Domain and one or more Front Door (standard/premium) Routes.
Import
Front Door Custom Domain Associations can be imported using the resource id
, e.g.
$ pulumi import azure:cdn/frontdoorCustomDomainAssociation:FrontdoorCustomDomainAssociation example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1/providers/Microsoft.Cdn/profiles/profile1/associations/assoc1
Content copied to clipboard
Constructors
Link copied to clipboard
fun FrontdoorCustomDomainAssociationArgs(cdnFrontdoorCustomDomainId: Output<String>? = null, cdnFrontdoorRouteIds: Output<List<String>>? = null)