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.

Specifies a grok classifier to update when passed to UpdateClassifier.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.UpdateGrokClassifierRequest

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

Syntax

C#
public class UpdateGrokClassifierRequest

The UpdateGrokClassifierRequest type exposes the following members

Constructors

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, Amazon CloudWatch Logs, and so on.

Public Property CustomPatterns System.String

Gets and sets the property CustomPatterns.

Optional custom grok patterns used by this classifier.

Public Property GrokPattern System.String

Gets and sets the property GrokPattern.

The grok pattern used by this classifier.

Public Property Name System.String

Gets and sets the property Name.

The name of the GrokClassifier.

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