ClassifierJsonClassifierArgs

data class ClassifierJsonClassifierArgs(val jsonPath: Output<String>) : ConvertibleToJava<ClassifierJsonClassifierArgs>

Constructors

Link copied to clipboard
constructor(jsonPath: Output<String>)

Properties

Link copied to clipboard
val jsonPath: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): ClassifierJsonClassifierArgs