Interface CfnTemplate.DataColorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.DataColorProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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 forCfnTemplate.DataColorPropertystatic final classAn implementation forCfnTemplate.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
-