ciphers

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


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