eqExactMatches

@JvmName(name = "ohcsnievfxynbyub")
suspend fun eqExactMatches(value: Output<List<String>>)
@JvmName(name = "cwinoolwjwfooyga")
suspend fun eqExactMatches(value: List<String>?)

Parameters

value

The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.


@JvmName(name = "dqpwmstivmvchqhn")
suspend fun eqExactMatches(vararg values: Output<String>)


@JvmName(name = "bimbjpwbbbwetonv")
suspend fun eqExactMatches(values: List<Output<String>>)
@JvmName(name = "nxtmmjxwnnktyjtb")
suspend fun eqExactMatches(vararg values: String)

Parameters

values

The value for the property exclusively matches (equals an exact match for) all the specified values. If you specify multiple values, Amazon Macie uses AND logic to join the values.