additionalEncryptionContext

@JvmName(name = "qorctanhbxyqxlli")
suspend fun additionalEncryptionContext(value: Output<Map<String, String>>)
@JvmName(name = "vetlyxgpjpffgunm")
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 Key Management Service Developer Guide. You can only include this parameter if you specify the `KMSKeyId` parameter.


@JvmName(name = "xliiqgkhiccfgvbw")
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 Key Management Service Developer Guide. You can only include this parameter if you specify the `KMSKeyId` parameter.