Interface CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty

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

@Stability(Stable) public static interface CfnAnalysis.ConditionalFormattingCustomIconOptionsProperty extends software.amazon.jsii.JsiiSerializable
Custom icon options for an 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.*;
 ConditionalFormattingCustomIconOptionsProperty conditionalFormattingCustomIconOptionsProperty = ConditionalFormattingCustomIconOptionsProperty.builder()
         .icon("icon")
         .unicodeIcon("unicodeIcon")
         .build();
 

See Also: