allow_list
Gets an individual allow_list
resource
Overview
Name | allow_list |
Type | Resource |
Description | allow_list |
Id | awscc.macie.allow_list |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
description,
criteria,
id,
arn,
status,
tags
FROM awscc.macie.allow_list
WHERE data__Identifier = '<Id>';
Permissions
To operate on the allow_list
resource, the following permissions are required:
Read
macie2:GetAllowList
Update
macie2:UpdateAllowList,
macie2:GetAllowList,
macie2:TagResource,
macie2:UntagResource
Delete
macie2:DeleteAllowList