NAME
Paws::Macie2::GetCustomDataIdentifierResponse
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the custom data identifier.
CreatedAt => Str
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
Deleted => Bool
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 => Str
The custom description of the custom data identifier.
Id => Str
The unique identifier for the custom data identifier.
IgnoreWords => ArrayRef[Str|Undef]
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.
Keywords => ArrayRef[Str|Undef]
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.
MaximumMatchDistance => Int
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern.
Name => Str
The custom name of the custom data identifier.
Regex => Str
The regular expression (regex) that defines the pattern to match.
Tags => Paws::Macie2::TagMap
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data identifier.