CustomHostnameSslSettingArgs

data class CustomHostnameSslSettingArgs(val ciphers: Output<List<String>>? = null, val earlyHints: Output<String>? = null, val http2: Output<String>? = null, val minTlsVersion: Output<String>? = null, val tls13: Output<String>? = null) : ConvertibleToJava<CustomHostnameSslSettingArgs>

Constructors

Link copied to clipboard
constructor(ciphers: Output<List<String>>? = null, earlyHints: Output<String>? = null, http2: Output<String>? = null, minTlsVersion: Output<String>? = null, tls13: Output<String>? = null)

Properties

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

List of SSL/TLS ciphers to associate with this certificate.

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

Whether early hints should be supported. Available values: on, off.

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

Whether HTTP2 should be supported. Available values: on, off.

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

Lowest version of TLS this certificate should support. Available values: 1.0, 1.1, 1.2, 1.3.

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

Whether TLSv1.3 should be supported. Available values: on, off.

Functions

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