Interface CfnDashboard.DataColorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.DataColorProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.DataColorProperty
extends software.amazon.jsii.JsiiSerializable
Determines the color that is applied to a particular data value.
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.*;
DataColorProperty dataColorProperty = DataColorProperty.builder()
.color("color")
.dataValue(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.DataColorPropertystatic final classAn implementation forCfnDashboard.DataColorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
The color that is applied to the data value.- See Also:
-
getDataValue
The data value that the color is applied to.- See Also:
-
builder
-