AWS::Macie::CustomDataIdentifierMacie CustomDataIdentifier resource schema
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Regex | string | RequiredCreate-only |
Description | string | Create-only |
IgnoreWords | Array<string> | Create-only |
Keywords | Array<string> | Create-only |
MaximumMatchDistance | integer | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Custom data identifier ARN. |
Id | string | Custom data identifier ID. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Macie::CustomDataIdentifier
Resources:
MyResource:
Type: AWS::Macie::CustomDataIdentifier
Properties:
Name: "my-name"
Regex: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
macie2:CreateCustomDataIdentifiermacie2:GetCustomDataIdentifiermacie2:TagResourcemacie2:GetCustomDataIdentifiermacie2:DeleteCustomDataIdentifiermacie2:ListCustomDataIdentifiersmacie2:TagResourcemacie2:UntagResourcemacie2:GetCustomDataIdentifierOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescriptionRegexMaximumMatchDistanceKeywordsIgnoreWords