AWS Fundamentals Logo
AWS Fundamentals
AWS::Macie::AllowList

Macie AllowList

Macie AllowList resource schema

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Criteria
Criteria
Required
Name
string
Required
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAllowList ARN.
IdstringAllowList ID.
StatusstringAllowList status.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Macie::AllowList

Resources:
  MyResource:
    Type: AWS::Macie::AllowList
    Properties:
      Name: "my-name"
      Criteria: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

macie2:CreateAllowListmacie2:GetAllowListmacie2:TagResource

read

macie2:GetAllowList

update

macie2:UpdateAllowListmacie2:GetAllowListmacie2:TagResourcemacie2:UntagResource

delete

macie2:DeleteAllowList

list

macie2:ListAllowLists

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMacie
Properties7
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links