Interface CfnTemplate.ConditionalFormattingSolidColorProperty

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

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