AWS::Glue::CustomEntityType
Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.
Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Glue::CustomEntityType", "Properties" : { "ContextWords" :
[ String, ... ]
, "Name" :String
, "RegexString" :String
, "Tags" :[
} }Tag
, ... ]
YAML
Type: AWS::Glue::CustomEntityType Properties: ContextWords:
- String
Name:String
RegexString:String
Tags:-
Tag
Properties
ContextWords
-
A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.
If no context words are passed only a regular expression is checked.
Required: No
Type: Array of String
Minimum:
1
Maximum:
20
Update requires: No interruption
Name
-
A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per AWS account.
Required: No
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Minimum:
1
Maximum:
255
Update requires: No interruption
RegexString
-
A regular expression string that is used for detecting sensitive data in a custom pattern.
Required: No
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Minimum:
1
Maximum:
255
Update requires: No interruption
-
AWS tags that contain a key value pair and may be searched by console, command line, or API.
Required: No
Type: Array of
Tag
Update requires: No interruption