Domain Listen Args
data class DomainListenArgs(val certId: Output<String>? = null, val cipherSuite: Output<Int>? = null, val customCiphers: Output<List<String>>? = null, val enableTlsv3: Output<Boolean>? = null, val exclusiveIp: Output<Boolean>? = null, val focusHttps: Output<Boolean>? = null, val http2Enabled: Output<Boolean>? = null, val httpPorts: Output<List<Int>>? = null, val httpsPorts: Output<List<Int>>? = null, val ipv6Enabled: Output<Boolean>? = null, val protectionResource: Output<String>? = null, val tlsVersion: Output<String>? = null, val xffHeaderMode: Output<Int>? = null, val xffHeaders: Output<List<String>>? = null) : ConvertibleToJava<DomainListenArgs>
Constructors
Link copied to clipboard
fun DomainListenArgs(certId: Output<String>? = null, cipherSuite: Output<Int>? = null, customCiphers: Output<List<String>>? = null, enableTlsv3: Output<Boolean>? = null, exclusiveIp: Output<Boolean>? = null, focusHttps: Output<Boolean>? = null, http2Enabled: Output<Boolean>? = null, httpPorts: Output<List<Int>>? = null, httpsPorts: Output<List<Int>>? = null, ipv6Enabled: Output<Boolean>? = null, protectionResource: Output<String>? = null, tlsVersion: Output<String>? = null, xffHeaderMode: Output<Int>? = null, xffHeaders: Output<List<String>>? = null)