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

CreateJsonClassifierRequest

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

Specifies a JSON classifier for CreateClassifier to create.

interface CreateJsonClassifierRequest {
JsonPath: string;
Name: string;
}

§Properties

§
JsonPath: string
[src]

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

§
Name: string
[src]

The name of the classifier.