This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::Classifier GrokClassifier
A classifier that uses grok patterns.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Classification" :String, "CustomPatterns" :String, "GrokPattern" :String, "Name" :String}
YAML
Classification:StringCustomPatterns:StringGrokPattern:StringName:String
Properties
Classification-
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.
Required: Yes
Type: String
Update requires: No interruption
CustomPatterns-
Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.
Required: No
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*Minimum:
0Maximum:
16000Update requires: No interruption
GrokPattern-
The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.
Required: Yes
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\t]*Minimum:
1Maximum:
2048Update requires: No interruption
Name-
The name of the classifier.
Required: No
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Minimum:
1Maximum:
255Update requires: No interruption