ciphers

@JvmName(name = "dewbrpgusdchqvpf")
suspend fun ciphers(value: Output<List<String>>)
@JvmName(name = "wxsfcpotnswneqmp")
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 = "wfytpoigxmhjdnyp")
suspend fun ciphers(vararg values: Output<String>)


@JvmName(name = "pkrmiqfnucyvgbdo")
suspend fun ciphers(values: List<Output<String>>)
@JvmName(name = "afikwpgxicpyvuvp")
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.