AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A classifier that uses grok patterns.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.GrokClassifier

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class GrokClassifier

The GrokClassifier type exposes the following members

Constructors

NameDescription
Public Method GrokClassifier()

Properties

NameTypeDescription
Public Property Classification System.String

Gets and sets the property Classification.

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time that this classifier was registered.

Public Property CustomPatterns System.String

Gets and sets the property CustomPatterns.

Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.

Public Property GrokPattern System.String

Gets and sets the property GrokPattern.

The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated.

The time that this classifier was last updated.

Public Property Name System.String

Gets and sets the property Name.

The name of the classifier.

Public Property Version System.Int64

Gets and sets the property Version.

The version of this classifier.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5