Interface CfnClassifierPropsMixin.JsonClassifierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClassifierPropsMixin.JsonClassifierProperty.Jsii$Proxy
- Enclosing class:
CfnClassifierPropsMixin
@Stability(Stable)
public static interface CfnClassifierPropsMixin.JsonClassifierProperty
extends software.amazon.jsii.JsiiSerializable
A classifier for
JSON content.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
JsonClassifierProperty jsonClassifierProperty = JsonClassifierProperty.builder()
.jsonPath("jsonPath")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClassifierPropsMixin.JsonClassifierPropertystatic final classAn implementation forCfnClassifierPropsMixin.JsonClassifierProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJsonPath
AJsonPathstring defining the JSON data for the classifier to classify.AWS Glue supports a subset of
JsonPath, as described in Writing JsonPath Custom Classifiers .- See Also:
-
getName
The name of the classifier.- See Also:
-
builder
-