Skip to main content

allow_list_tags

Expands all tag keys and values for allow_lists in a region

Overview

Nameallow_list_tags
TypeResource
DescriptionMacie AllowList resource schema
Idaws.macie.allow_list_tags

Fields

NameDatatypeDescription
namestringName of AllowList.
descriptionstringDescription of AllowList.
criteriaobjectAllowList criteria.
idstringAllowList ID.
arnstringAllowList ARN.
statusstringAllowList status.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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