AWS::Macie::AllowList Criteria
Specifies the criteria for an allow list, which is a list that defines specific text or a text pattern to ignore when inspecting data sources for sensitive data. The criteria can be:
-
The location and name of an Amazon Simple Storage Service (Amazon S3) object that lists specific predefined text to ignore (
S3WordsList
), or -
A regular expression (
Regex
) that defines a text pattern to ignore.
The criteria must specify either an S3 object or a regular expression. It can't specify both.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Regex" :
String
, "S3WordsList" :S3WordsList
}
YAML
Regex:
String
S3WordsList:S3WordsList
Properties
Regex
-
The regular expression (regex) that defines the text pattern to ignore. The expression can contain 1-512 characters.
Required: No
Type: String
Update requires: No interruption
S3WordsList
-
The location and name of an Amazon S3 object that lists specific text to ignore.
Required: No
Type: S3WordsList
Update requires: No interruption