Class AppServiceEnvironmentAseCustomDnsSuffixConfigurationArgs


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

      • certificateUrl

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> certificateUrl()
        Returns:
        The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
      • dnsSuffix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsSuffix()
        Returns:
        The default custom domain suffix to use for all sites deployed on the ASE.
      • keyVaultReferenceIdentity

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> keyVaultReferenceIdentity()
        Returns:
        The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.
      • kind

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kind()
        Returns:
        Kind of resource.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Name of the App Service Environment.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        Name of the resource group to which the resource belongs.