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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkGroup.ClassificationPropertystatic final classAn implementation forCfnWorkGroup.ClassificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the configuration classification.- See Also:
-
getProperties
A set of properties specified within a configuration classification.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
builder
-