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
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();
-
Nested Class Summary
Nested ClassesModifier 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
CfnDashboard.ColorsConfigurationProperty.CustomColors
. -
builder
-