Skip to main content

custom_data_identifier_tags

Expands all tag keys and values for custom_data_identifiers in a region

Overview

Namecustom_data_identifier_tags
TypeResource
DescriptionMacie CustomDataIdentifier resource schema
Idaws.macie.custom_data_identifier_tags

Fields

NameDatatypeDescription
namestringName of custom data identifier.
descriptionstringDescription of custom data identifier.
regexstringRegular expression for custom data identifier.
maximum_match_distanceintegerMaximum match distance.
keywordsarrayKeywords to be matched against.
ignore_wordsarrayWords to be ignored.
idstringCustom data identifier ID.
arnstringCustom data identifier ARN.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all custom_data_identifiers in a region.

SELECT
region,
name,
description,
regex,
maximum_match_distance,
keywords,
ignore_words,
id,
arn,
tag_key,
tag_value
FROM aws.macie.custom_data_identifier_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the custom_data_identifier_tags resource, see custom_data_identifiers