customCaTrustCertificatesBase64s

@JvmName(name = "tkthnblsvdnqoopk")
suspend fun customCaTrustCertificatesBase64s(value: Output<List<String>>)
@JvmName(name = "eihfnqvfgswjdkhs")
suspend fun customCaTrustCertificatesBase64s(value: List<String>?)

Parameters

value

A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the custom_ca_trust_enabled feature enabled.

Note: Removing custom_ca_trust_certificates_base64 after it has been set forces a new resource to be created.


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


@JvmName(name = "bfxcurqsmkrgixnr")
suspend fun customCaTrustCertificatesBase64s(values: List<Output<String>>)
@JvmName(name = "kqjrumgmiwgulixa")
suspend fun customCaTrustCertificatesBase64s(vararg values: String)

Parameters

values

A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the custom_ca_trust_enabled feature enabled.

Note: Removing custom_ca_trust_certificates_base64 after it has been set forces a new resource to be created.