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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.GeospatialCategoricalDataColorPropertystatic final classAn implementation forCfnDashboard.GeospatialCategoricalDataColorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
The color and opacity values for the category data color.- See Also:
-
getDataValue
The data value for the category data color.- See Also:
-
builder
-