CustomHttpsConfigurationArgs

data class CustomHttpsConfigurationArgs(val customHttpsConfiguration: Output<CustomHttpsConfigurationCustomHttpsConfigurationArgs>? = null, val customHttpsProvisioningEnabled: Output<Boolean>? = null, val frontendEndpointId: Output<String>? = null) : ConvertibleToJava<CustomHttpsConfigurationArgs>

Import

Front Door Custom HTTPS Configurations can be imported using the resource id of the Front Door Custom HTTPS Configuration, e.g.

$ pulumi import azure:frontdoor/customHttpsConfiguration:CustomHttpsConfiguration example_custom_https_1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Network/frontDoors/frontdoor1/customHttpsConfiguration/endpoint1

Constructors

Link copied to clipboard
fun CustomHttpsConfigurationArgs(customHttpsConfiguration: Output<CustomHttpsConfigurationCustomHttpsConfigurationArgs>? = null, customHttpsProvisioningEnabled: Output<Boolean>? = null, frontendEndpointId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

A custom_https_configuration block as defined above.

Link copied to clipboard

Should the HTTPS protocol be enabled for this custom domain associated with the Front Door?

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

The ID of the Front Door Frontend Endpoint which this configuration refers to. Changing this forces a new resource to be created.