Frontdoor Custom Domain Tls
data class FrontdoorCustomDomainTls(val cdnFrontdoorSecretId: String? = null, val certificateType: String? = null, val minimumTlsVersion: String? = null)
Properties
Link copied to clipboard
Resource ID of the Front Door Secret.
Link copied to clipboard
Defines the source of the SSL certificate. Possible values include CustomerCertificate
and ManagedCertificate
. Defaults to ManagedCertificate
. ->Note: It may take up to 15 minutes for the Front Door Service to validate the state and Domain ownership of the Custom Domain.
Link copied to clipboard
TLS protocol version that will be used for Https. Possible values are TLS12
. Defaults to TLS12
.