Interface CfnDashboard.GeospatialCategoricalDataColorProperty

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

@Stability(Stable) public static interface CfnDashboard.GeospatialCategoricalDataColorProperty extends software.amazon.jsii.JsiiSerializable
The categorical data color for a single category.

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.quicksight.*;
 GeospatialCategoricalDataColorProperty geospatialCategoricalDataColorProperty = GeospatialCategoricalDataColorProperty.builder()
         .color("color")
         .dataValue("dataValue")
         .build();
 

See Also: