allow_list_tags
Expands all tag keys and values for allow_lists
in a region
Overview
Name | allow_list_tags |
Type | Resource |
Description | Macie AllowList resource schema |
Id | aws.macie.allow_list_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of AllowList. |
description | string | Description of AllowList. |
criteria | object | AllowList criteria. |
id | string | AllowList ID. |
arn | string | AllowList ARN. |
status | string | AllowList status. |
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 allow_lists
in a region.
SELECT
region,
name,
description,
criteria,
id,
arn,
status,
tag_key,
tag_value
FROM aws.macie.allow_list_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the allow_list_tags
resource, see allow_lists