| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MacieV2.Types.AllowListCriteria
Description
Documentation
data AllowListCriteria Source #
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.
See: newAllowListCriteria smart constructor.
Constructors
| AllowListCriteria' | |
Fields
| |
Instances
newAllowListCriteria :: AllowListCriteria Source #
Create a value of AllowListCriteria with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:regex:AllowListCriteria', allowListCriteria_regex - The regular expression (regex) that defines the text pattern to
ignore. The expression can contain as many as 512 characters.
$sel:s3WordsList:AllowListCriteria', allowListCriteria_s3WordsList - The location and name of the S3 object that lists specific text to
ignore.
allowListCriteria_regex :: Lens' AllowListCriteria (Maybe Text) Source #
The regular expression (regex) that defines the text pattern to ignore. The expression can contain as many as 512 characters.
allowListCriteria_s3WordsList :: Lens' AllowListCriteria (Maybe S3WordsList) Source #
The location and name of the S3 object that lists specific text to ignore.