FrontdoorCustomDomainAssociation

class FrontdoorCustomDomainAssociation : KotlinCustomResource

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

Properties

Link copied to clipboard

The ID of the Front Door Custom Domain that should be managed by the association resource. Changing this forces a new association resource to be created.

Link copied to clipboard

One or more IDs of the Front Door Route to which the Front Door Custom Domain is associated with.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>