encryptionContextSubset

@JvmName(name = "jsmgltrejhtxbpao")
suspend fun encryptionContextSubset(value: Output<Map<String, String>>)
@JvmName(name = "oqtpbrjgrmcbutju")
suspend fun encryptionContextSubset(value: Map<String, String>?)

Parameters

value

A list of key-value pairs that must be included in the encryption context of subsequent cryptographic operation requests. The grant allows the cryptographic operation only when the encryption context in the request includes the key-value pairs specified in this constraint, although it can include additional key-value pairs. Conflicts with encryption_context_equals.


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

Parameters

values

A list of key-value pairs that must be included in the encryption context of subsequent cryptographic operation requests. The grant allows the cryptographic operation only when the encryption context in the request includes the key-value pairs specified in this constraint, although it can include additional key-value pairs. Conflicts with encryption_context_equals.