caCertificateIds

@JvmName(name = "rcwvnkmrunhduexs")
suspend fun caCertificateIds(value: Output<List<String>>)
@JvmName(name = "ksguktibenagrupg")
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 = "qhhqbvrtthqbdmya")
suspend fun caCertificateIds(vararg values: Output<String>)


@JvmName(name = "lbvwuuhlrumjxqus")
suspend fun caCertificateIds(values: List<Output<String>>)
@JvmName(name = "klvniputkfbgctfm")
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.