ignoreWords

@JvmName(name = "imhetnqgbppdbrir")
suspend fun ignoreWords(value: Output<List<String>>)
@JvmName(name = "xtrcvbhvepoqmdjw")
suspend fun ignoreWords(value: List<String>?)

Parameters

value

An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.


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


@JvmName(name = "vqkahwsdnmyykfqr")
suspend fun ignoreWords(values: List<Output<String>>)
@JvmName(name = "uwtkalwmhiacwlud")
suspend fun ignoreWords(vararg values: String)

Parameters

values

An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.