Interface CfnTemplate.ConditionalFormattingCustomIconOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ConditionalFormattingCustomIconOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnTemplate.ConditionalFormattingCustomIconOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIcon
Determines the type of icon. -
getUnicodeIcon
Determines the Unicode icon type. -
builder
@Stability(Stable) static CfnTemplate.ConditionalFormattingCustomIconOptionsProperty.Builder builder()
-