ciphers

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

Parameters

value

The supported cipher suites, which are determined by the TLS protocol version.The specified cipher suites must be supported by at least one TLS protocol version that you select.


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


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

Parameters

values

The supported cipher suites, which are determined by the TLS protocol version.The specified cipher suites must be supported by at least one TLS protocol version that you select.