This product is not supported for your selected Datadog site. ().

aws_macie2_custom_data_identifier

account_id

Type: STRING

arn

Type: STRING
Provider name: arn
Description: The Amazon Resource Name (ARN) of the custom data identifier.

created_at

Type: TIMESTAMP
Provider name: createdAt
Description: The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

deleted

Type: BOOLEAN
Provider name: deleted
Description: Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn’t delete it permanently. Instead, it soft deletes the identifier.

description

Type: STRING
Provider name: description
Description: The custom description of the custom data identifier.

id

Type: STRING
Provider name: id
Description: The unique identifier for the custom data identifier.

ignore_words

Type: UNORDERED_LIST_STRING
Provider name: ignoreWords
Description: An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression contains any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.

keywords

Type: UNORDERED_LIST_STRING
Provider name: keywords
Description: An array that lists specific character sequences (keywords), one of which must precede and be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren’t case sensitive.

maximum_match_distance

Type: INT32
Provider name: maximumMatchDistance
Description: The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. Otherwise, Macie excludes the result.

name

Type: STRING
Provider name: name
Description: The custom name of the custom data identifier.

regex

Type: STRING
Provider name: regex
Description: The regular expression (regex) that defines the pattern to match.

severity_levels

Type: UNORDERED_LIST_STRUCT
Provider name: severityLevels
Description: Specifies the severity that’s assigned to findings that the custom data identifier produces, based on the number of occurrences of text that match the custom data identifier’s detection criteria. By default, Amazon Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.

  • occurrences_threshold
    Type: INT64
    Provider name: occurrencesThreshold
    Description: The minimum number of occurrences of text that must match the custom data identifier’s detection criteria in order to produce a finding with the specified severity (severity).
  • severity
    Type: STRING
    Provider name: severity
    Description: The severity to assign to a finding: if the number of occurrences is greater than or equal to the specified threshold (occurrencesThreshold); and, if applicable, the number of occurrences is less than the threshold for the next consecutive severity level for the custom data identifier, moving from LOW to HIGH.

tags

Type: UNORDERED_LIST_STRING