Interface CfnAnalysis.ConditionalFormattingIconSetProperty

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

@Stability(Stable) public static interface CfnAnalysis.ConditionalFormattingIconSetProperty extends software.amazon.jsii.JsiiSerializable
Formatting configuration for icon set.

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.*;
 ConditionalFormattingIconSetProperty conditionalFormattingIconSetProperty = ConditionalFormattingIconSetProperty.builder()
         .expression("expression")
         // the properties below are optional
         .iconSetType("iconSetType")
         .build();
 

See Also: