Interface CfnAnalysis.ConditionalFormattingSolidColorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.ConditionalFormattingSolidColorProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.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: