Macie Allow List

Macie Allow List in AWS is a resource that defines a set of text or patterns that Amazon Macie should ignore when scanning data for sensitive information. It helps reduce false positives by excluding known safe values, such as test data, dummy identifiers, or common strings that are not sensitive. This allows Macie to focus on identifying truly sensitive data and improves the accuracy of findings.

aws.macie2_allow_list

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the allow list.
created_atcoretimestampThe date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
criteriacorejsonThe criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression (regex) that defines a text pattern to ignore.
descriptioncorestringThe custom description of the allow list.
idcorestringThe unique identifier for the allow list.
namecorestringThe custom name of the allow list.
statuscorejsonThe current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.
tagscorehstore
updated_atcoretimestampThe date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.