Skip to main content

allow_lists_list_only

Lists allow_lists in a region or regions, for all properties use allow_lists

Overview

Nameallow_lists_list_only
TypeResource
DescriptionMacie AllowList resource schema
Idaws.macie.allow_lists_list_only

Fields

NameDatatypeDescription
namestringName of AllowList.
descriptionstringDescription of AllowList.
criteriaobjectAllowList criteria.
idstringAllowList ID.
arnstringAllowList ARN.
statusstringAllowList status.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all allow_lists in a region.

SELECT
region,
id
FROM aws.macie.allow_lists_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the allow_lists_list_only resource, see allow_lists