AWS::Glue::Classifier JsonClassifier - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Glue::Classifier JsonClassifier

A classifier for JSON content.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "JsonPath" : String, "Name" : String }

YAML

JsonPath: String Name: String

Properties

JsonPath

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

Required: Yes

Type: String

Update requires: No interruption

Name

The name of the classifier.

Required: No

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Minimum: 1

Maximum: 255

Update requires: No interruption

See also