Skip to main content

allow_list

Gets an individual allow_list resource

Overview

Nameallow_list
TypeResource
Descriptionallow_list
Idawscc.macie.allow_list

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

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