AWS::Glue::CustomEntityType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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 Amazon 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

Tags

Amazon 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

Return values

Ref

Fn::GetAtt