clientCertificatePems

@JvmName(name = "wiabwwadivfiopwo")
suspend fun clientCertificatePems(value: Output<List<String>>)
@JvmName(name = "whdrgrsfrvuasojy")
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 = "fugancofuqtabvye")
suspend fun clientCertificatePems(vararg values: Output<String>)


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

Parameters

values

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