AWS::Macie::AllowList Criteria - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

JSON

{ "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