kmsEncryptionContext

@JvmName(name = "nnwpkytbgkyxvabj")
suspend fun kmsEncryptionContext(value: Output<Map<String, String>>)
@JvmName(name = "ljbflpwsifbksxun")
suspend fun kmsEncryptionContext(value: Map<String, String>?)

Parameters

value

An KMS encryption context used to decrypt kms_encrypted_password before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.


@JvmName(name = "gfyaeuwkgluhcxkq")
fun kmsEncryptionContext(vararg values: Pair<String, String>)

Parameters

values

An KMS encryption context used to decrypt kms_encrypted_password before creating or updating a Tair (Redis OSS-Compatible) And Memcache (KVStore) account with kms_encrypted_password. See Encryption Context. It is valid when kms_encrypted_password is set.