caCertificateIds

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


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