clientCertificates

@JvmName(name = "bfhftgmfswbkfdaj")
suspend fun clientCertificates(value: Output<List<CertificateArgs>>)
@JvmName(name = "qkyflsvewyoyocds")
suspend fun clientCertificates(value: List<CertificateArgs>?)

Parameters

value

List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.


@JvmName(name = "txdgqysrgqgwmjsv")
suspend fun clientCertificates(vararg values: Output<CertificateArgs>)


@JvmName(name = "dtyagfrfidyayase")
suspend fun clientCertificates(values: List<Output<CertificateArgs>>)
@JvmName(name = "kahplrjpiimdohsa")
suspend fun clientCertificates(vararg values: CertificateArgs)

Parameters

values

List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.


@JvmName(name = "drqejgnbrkuukvqq")
suspend fun clientCertificates(argument: List<suspend CertificateArgsBuilder.() -> Unit>)
@JvmName(name = "oualwujrpvgwhbss")
suspend fun clientCertificates(vararg argument: suspend CertificateArgsBuilder.() -> Unit)
@JvmName(name = "fpdmfjbknmbvbhpg")
suspend fun clientCertificates(argument: suspend CertificateArgsBuilder.() -> Unit)

Parameters

argument

List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.