Interface CfnDashboard.ConditionalFormattingSolidColorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ConditionalFormattingSolidColorProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ConditionalFormattingSolidColorProperty
extends software.amazon.jsii.JsiiSerializable
Formatting configuration for solid color.
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.*; ConditionalFormattingSolidColorProperty conditionalFormattingSolidColorProperty = ConditionalFormattingSolidColorProperty.builder() .expression("expression") // the properties below are optional .color("color") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.ConditionalFormattingSolidColorProperty
static final class
An implementation forCfnDashboard.ConditionalFormattingSolidColorProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The expression that determines the formatting configuration for solid color.- See Also:
-
getColor
Determines the color.- See Also:
-
builder
-