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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.ConditionalFormattingIconSetProperty
static final class
An implementation forCfnAnalysis.ConditionalFormattingIconSetProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The expression that determines the formatting configuration for the icon set.- See Also:
-
getIconSetType
Determines the icon set type.- See Also:
-
builder
-