clientCertificatePems

@JvmName(name = "tlhwiggcevflkvbo")
suspend fun clientCertificatePems(value: Output<List<String>>)
@JvmName(name = "oafmkjlbybrvebth")
suspend fun clientCertificatePems(value: List<String>?)

Parameters

value

A list of TLS certificates that is used to authorize client connecting to the Cassandra Cluster.


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


@JvmName(name = "mvwekclfsknoepvb")
suspend fun clientCertificatePems(values: List<Output<String>>)
@JvmName(name = "gfxifckhmtiginua")
suspend fun clientCertificatePems(vararg values: String)

Parameters

values

A list of TLS certificates that is used to authorize client connecting to the Cassandra Cluster.