Interface CfnClassifier.JsonClassifierProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnClassifier.JsonClassifierProperty.Jsii$Proxy
Enclosing class:
CfnClassifier

@Stability(Stable) public static interface CfnClassifier.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.services.glue.*;
 JsonClassifierProperty jsonClassifierProperty = JsonClassifierProperty.builder()
         .jsonPath("jsonPath")
         // the properties below are optional
         .name("name")
         .build();