Interface CfnAnalysis.ColorsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ColorsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.ColorsConfigurationPropertystatic final classAn implementation forCfnAnalysis.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
-