class Aws::Glue::Types::CreateGrokClassifierRequest

Specifies a `grok` classifier for `CreateClassifier` to create.

@note When making an API call, you may pass CreateGrokClassifierRequest

data as a hash:

    {
      classification: "Classification", # required
      name: "NameString", # required
      grok_pattern: "GrokPattern", # required
      custom_patterns: "CustomPatterns",
    }

@!attribute [rw] classification

An identifier of the data format that the classifier matches, such
as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
@return [String]

@!attribute [rw] name

The name of the new classifier.
@return [String]

@!attribute [rw] grok_pattern

The grok pattern used by this classifier.
@return [String]

@!attribute [rw] custom_patterns

Optional custom grok patterns used by this classifier.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateGrokClassifierRequest AWS API Documentation

Constants

SENSITIVE