AllowListCriteria

Specifies the criteria for an allow list. The criteria must specify a regular expression (regex) or an S3 object (s3WordsList). It can't specify both.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The regular expression (regex) that defines the text pattern to ignore. The expression can contain as many as 512 characters.

Link copied to clipboard

The location and name of the S3 object that lists specific text to ignore.

Functions

Link copied to clipboard
inline fun copy(block: AllowListCriteria.Builder.() -> Unit = {}): AllowListCriteria
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String