caCertificateIds

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


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