caCertificateIds

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


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