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