AWS::Glue::Classifier JsonClassifier - AWS CloudFormation

AWS::Glue::Classifier JsonClassifier

A classifier for JSON content.

Syntax

To declare this entity in your AWS 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. AWS 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