Interface CfnWorkGroup.ClassificationProperty

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

@Stability(Stable) public static interface CfnWorkGroup.ClassificationProperty extends software.amazon.jsii.JsiiSerializable
A classification refers to a set of specific configurations.

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.athena.*;
 ClassificationProperty classificationProperty = ClassificationProperty.builder()
         .name("name")
         .properties(Map.of(
                 "propertiesKey", "properties"))
         .build();
 

See Also: