ciphers

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


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

Parameters

values

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