ciphers

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

Parameters

value

The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.


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


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

Parameters

values

The SSL/TLS cipher suites to be used. For programmable proxies, it must be one of the cipher suite names listed in: http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#ciphersuites. For configurable proxies, it must follow the configuration specified in: https://commondatastorage.googleapis.com/chromium-boringssl-docs/ssl.h.html#Cipher-suite-configuration. This setting has no effect for configurable proxies when negotiating TLS 1.3.