allow_lists_list_only
Lists allow_lists
in a region or regions, for all properties use allow_lists
Overview
Name | allow_lists_list_only |
Type | Resource |
Description | Macie AllowList resource schema |
Id | aws.macie.allow_lists_list_only |
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. |
tags | array | A collection of tags associated with a resource |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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