encryptionContext

@JvmName(name = "nrbjdslncokcwfjg")
suspend fun encryptionContext(value: Output<Map<String, String>>)
@JvmName(name = "qdtddhcspitbxsmy")
suspend fun encryptionContext(value: Map<String, String>?)

Parameters

value

The Encryption context. If you specify this parameter here, it is also required when you call the Decrypt API operation. For more information, see Encryption Context.


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

Parameters

values

The Encryption context. If you specify this parameter here, it is also required when you call the Decrypt API operation. For more information, see Encryption Context.