Interface CfnDashboard.ColorsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ColorsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ColorsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The color configurations for a column.
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.*; ColorsConfigurationProperty colorsConfigurationProperty = ColorsConfigurationProperty.builder() .customColors(List.of(CustomColorProperty.builder() .color("color") // the properties below are optional .fieldValue("fieldValue") .specialValue("specialValue") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.ColorsConfigurationProperty
static final class
An implementation forCfnDashboard.ColorsConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomColors
A list of up to 50 custom colors.- See Also:
-
builder
-