allow_lists
Retrieves a list of allow_lists
in a region
Overview
Name | allow_lists |
Type | Resource |
Description | allow_lists |
Id | awscc.macie.allow_lists |
Fields
Name | Datatype | Description |
---|---|---|
id | string | AllowList ID. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.macie.allow_lists
WHERE region = 'us-east-1'
Permissions
To operate on the allow_lists
resource, the following permissions are required:
Create
macie2:CreateAllowList,
macie2:GetAllowList,
macie2:TagResource
List
macie2:ListAllowLists