Endpoint Custom Domain Cdn Managed Https Args
data class EndpointCustomDomainCdnManagedHttpsArgs(val certificateType: Output<String>, val protocolType: Output<String>, val tlsVersion: Output<String>? = null) : ConvertibleToJava<EndpointCustomDomainCdnManagedHttpsArgs>
Constructors
Link copied to clipboard
fun EndpointCustomDomainCdnManagedHttpsArgs(certificateType: Output<String>, protocolType: Output<String>, tlsVersion: Output<String>? = null)