Interface CfnTemplate.ConditionalFormattingIconSetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ConditionalFormattingIconSetProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.ConditionalFormattingIconSetProperty
static final class
An implementation forCfnTemplate.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. -
getIconSetType
Determines the icon set type. -
builder
-