additionalEncryptionContext

@JvmName(name = "qvcfmdelatxsnbkx")
suspend fun additionalEncryptionContext(value: Output<Map<String, String>>)
@JvmName(name = "pajlwwyrmpdxyupf")
suspend fun additionalEncryptionContext(value: Map<String, String>?)

Parameters

value

An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the AWS Key Management Service Developer Guide . You can only include this parameter if you specify the KMSKeyId parameter.


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

Parameters

values

An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the AWS Key Management Service Developer Guide . You can only include this parameter if you specify the KMSKeyId parameter.