ciphers

@JvmName(name = "roaqepsjlpiikopy")
suspend fun ciphers(value: Output<List<String>>)
@JvmName(name = "uoyyvmcvpikvefco")
suspend fun ciphers(value: List<String>?)

Parameters

value

An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.


@JvmName(name = "xngsuagfujurnxgr")
suspend fun ciphers(vararg values: Output<String>)


@JvmName(name = "mmjwvkiywtyaqord")
suspend fun ciphers(values: List<Output<String>>)
@JvmName(name = "vhpmixolsrcuposx")
suspend fun ciphers(vararg values: String)

Parameters

values

An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.