clientCertificatePems

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


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

Parameters

values

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