Interface CfnClassifier.XMLClassifierProperty

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

@Stability(Stable) public static interface CfnClassifier.XMLClassifierProperty extends software.amazon.jsii.JsiiSerializable
A classifier for XML 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.*;
 XMLClassifierProperty xMLClassifierProperty = XMLClassifierProperty.builder()
         .classification("classification")
         .rowTag("rowTag")
         // the properties below are optional
         .name("name")
         .build();
 

See Also: