Class AFDCustomDomainArgs


  • public final class AFDCustomDomainArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • azureDnsZone

        public java.util.Optional<com.pulumi.core.Output<ResourceReferenceArgs>> azureDnsZone()
        Returns:
        Resource reference to the Azure DNS zone
      • customDomainName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> customDomainName()
        Returns:
        Name of the domain under the profile which is unique globally
      • extendedProperties

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> extendedProperties()
        Returns:
        Key-Value pair representing migration properties for domains.
      • hostName

        public com.pulumi.core.Output<java.lang.String> hostName()
        Returns:
        The host name of the domain. Must be a domain name.
      • preValidatedCustomDomainResourceId

        public java.util.Optional<com.pulumi.core.Output<ResourceReferenceArgs>> preValidatedCustomDomainResourceId()
        Returns:
        Resource reference to the Azure resource where custom domain ownership was prevalidated
      • profileName

        public com.pulumi.core.Output<java.lang.String> profileName()
        Returns:
        Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        Name of the Resource group within the Azure subscription.
      • tlsSettings

        public java.util.Optional<com.pulumi.core.Output<AFDDomainHttpsParametersArgs>> tlsSettings()
        Returns:
        The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.