FrontdoorCustomDomainTls

data class FrontdoorCustomDomainTls(val cdnFrontdoorSecretId: String? = null, val certificateType: String? = null, val minimumTlsVersion: String? = null)

Constructors

Link copied to clipboard
constructor(cdnFrontdoorSecretId: String? = null, certificateType: String? = null, minimumTlsVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource ID of the Front Door Secret.

Link copied to clipboard
val certificateType: String? = null

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.