class Aws::Glue::Types::CreateJsonClassifierRequest

Specifies a JSON classifier for `CreateClassifier` to create.

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

data as a hash:

    {
      name: "NameString", # required
      json_path: "JsonPath", # required
    }

@!attribute [rw] name

The name of the classifier.
@return [String]

@!attribute [rw] json_path

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][1].

[1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json
@return [String]

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

Constants

SENSITIVE