class Aws::Glue::Types::GrokClassifier
A classifier that uses `grok` patterns.
@!attribute [rw] name
The name of the classifier. @return [String]
@!attribute [rw] classification
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on. @return [String]
@!attribute [rw] creation_time
The time that this classifier was registered. @return [Time]
@!attribute [rw] last_updated
The time that this classifier was last updated. @return [Time]
@!attribute [rw] version
The version of this classifier. @return [Integer]
@!attribute [rw] grok_pattern
The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in [Writing Custom Classifiers][1]. [1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html @return [String]
@!attribute [rw] custom_patterns
Optional custom grok patterns defined by this classifier. For more information, see custom patterns in [Writing Custom Classifiers][1]. [1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GrokClassifier AWS API Documentation
Constants
- SENSITIVE