FrontdoorCustomDomainAssociationArgs

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

Constructors

Link copied to clipboard
fun FrontdoorCustomDomainAssociationArgs(cdnFrontdoorCustomDomainId: Output<String>? = null, cdnFrontdoorRouteIds: Output<List<String>>? = null)

Functions

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

Properties

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

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
val cdnFrontdoorRouteIds: Output<List<String>>? = null

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