Frontdoor Custom Domain Tls Args
data class FrontdoorCustomDomainTlsArgs(val cdnFrontdoorSecretId: Output<String>? = null, val certificateType: Output<String>? = null, val minimumTlsVersion: Output<String>? = null) : ConvertibleToJava<FrontdoorCustomDomainTlsArgs>
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
.
Link copied to clipboard
TLS protocol version that will be used for Https. Possible values are TLS12
. Defaults to TLS12
.