Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateGrokClassifierRequest

import type { CreateGrokClassifierRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Specifies a grok classifier for CreateClassifier to create.

interface CreateGrokClassifierRequest {
Classification: string;
CustomPatterns?: string | null;
GrokPattern: string;
Name: string;
}

§Properties

§
Classification: string
[src]

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

§
CustomPatterns?: string | null
[src]

Optional custom grok patterns used by this classifier.

§
GrokPattern: string
[src]

The grok pattern used by this classifier.

§
Name: string
[src]

The name of the new classifier.