AWS::Macie::AllowListMacie AllowList resource schema
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Criteria | Criteria | Required |
Name | string | Required |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | AllowList ARN. |
Id | string | AllowList ID. |
Status | string | AllowList status. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
macie2:CreateAllowListmacie2:GetAllowListmacie2:TagResourcemacie2:GetAllowListmacie2:UpdateAllowListmacie2:GetAllowListmacie2:TagResourcemacie2:UntagResourcemacie2:DeleteAllowListmacie2:ListAllowListsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId