Interface CfnDataSetPropsMixin.ColumnGroupProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetPropsMixin.ColumnGroupProperty.Jsii$Proxy
- Enclosing class:
CfnDataSetPropsMixin
@Stability(Stable)
public static interface CfnDataSetPropsMixin.ColumnGroupProperty
extends software.amazon.jsii.JsiiSerializable
Groupings of columns that work together in certain Quick Sight features.
This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
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.quicksight.*;
ColumnGroupProperty columnGroupProperty = ColumnGroupProperty.builder()
.geoSpatialColumnGroup(GeoSpatialColumnGroupProperty.builder()
.columns(List.of("columns"))
.countryCode("countryCode")
.name("name")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsMixin.ColumnGroupPropertystatic final classAn implementation forCfnDataSetPropsMixin.ColumnGroupProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGeoSpatialColumnGroup
Geospatial column group that denotes a hierarchy.Returns union: either
IResolvableorCfnDataSetPropsMixin.GeoSpatialColumnGroupProperty- See Also:
-
builder
-