V3CustomDomainTlsConfigArgs

data class V3CustomDomainTlsConfigArgs(val cipherSuites: Output<List<String>>? = null, val maxVersion: Output<String>? = null, val minVersion: Output<String>? = null) : ConvertibleToJava<V3CustomDomainTlsConfigArgs>

Constructors

Link copied to clipboard
constructor(cipherSuites: Output<List<String>>? = null, maxVersion: Output<String>? = null, minVersion: Output<String>? = null)

Properties

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

List of TLS cipher suites

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

The maximum version of TLS. Enumeration values: TLSv1.3, TLSv1.2, TLSv1.1, TLSv1.0

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

TLS minimum version number. Enumeration values: TLSv1.3, TLSv1.2, TLSv1.1, TLSv1.0

Functions

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