Interface CfnWorkGroupPropsMixin.ClassificationProperty

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

@Stability(Stable) public static interface CfnWorkGroupPropsMixin.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.cfnpropertymixins.services.athena.*;
 ClassificationProperty classificationProperty = ClassificationProperty.builder()
         .name("name")
         .properties(Map.of(
                 "propertiesKey", "properties"))
         .build();
 

See Also: