custom_data_identifier_tags
Expands all tag keys and values for custom_data_identifiers
in a region
Overview
Name | custom_data_identifier_tags |
Type | Resource |
Description | Macie CustomDataIdentifier resource schema |
Id | aws.macie.custom_data_identifier_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of custom data identifier. |
description | string | Description of custom data identifier. |
regex | string | Regular expression for custom data identifier. |
maximum_match_distance | integer | Maximum match distance. |
keywords | array | Keywords to be matched against. |
ignore_words | array | Words to be ignored. |
id | string | Custom data identifier ID. |
arn | string | Custom data identifier ARN. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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