customCaTrustCertificatesBase64s

@JvmName(name = "medqtwxridbraxjf")
suspend fun customCaTrustCertificatesBase64s(value: Output<List<String>>)
@JvmName(name = "hbjtokpmhrdqjvwj")
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 = "ugifvtujokcofeyl")
suspend fun customCaTrustCertificatesBase64s(vararg values: Output<String>)


@JvmName(name = "cnlhmdhfomiatoer")
suspend fun customCaTrustCertificatesBase64s(values: List<Output<String>>)
@JvmName(name = "utjwxckoonghfrtg")
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.