caCertificateIds

@JvmName(name = "hbqvnrfaymegfvlr")
suspend fun caCertificateIds(value: Output<List<String>>)
@JvmName(name = "ptcrobnoxdplclca")
suspend fun caCertificateIds(value: List<String>?)

Parameters

value

The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.

NOTE: Only one CA certificate is supported.


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


@JvmName(name = "ltsqvnwwyhuvqvdw")
suspend fun caCertificateIds(values: List<Output<String>>)
@JvmName(name = "lcdpqdtqfpygmbdd")
suspend fun caCertificateIds(vararg values: String)

Parameters

values

The list of certificate authority (CA) certificates. This parameter takes effect only for listeners that use SSL over TCP.

NOTE: Only one CA certificate is supported.