Interface CfnTemplate.FilledMapVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.FilledMapVisualProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
For more information, see Creating filled maps in the Amazon Quick Suite User Guide .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.FilledMapVisualProperty
static final class
An implementation forCfnTemplate.FilledMapVisualProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The list of custom actions that are configured for a visual.default Object
The configuration settings of the visual.default Object
The column hierarchy that is used during drill-downs and drill-ups.default Object
The conditional formatting of aFilledMapVisual
.default Object
The subtitle that is displayed on the visual.default Object
getTitle()
The title that is displayed on the visual.default String
The alt text for the visual.The unique identifier of a visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVisualId
The unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- See Also:
-
getActions
The list of custom actions that are configured for a visual.Returns union: either
IResolvable
or Listinvalid input: '<'eitherIResolvable
orCfnTemplate.VisualCustomActionProperty
>- See Also:
-
getChartConfiguration
The configuration settings of the visual.Returns union: either
IResolvable
orCfnTemplate.FilledMapConfigurationProperty
- See Also:
-
getColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups.Returns union: either
IResolvable
or Listinvalid input: '<'eitherIResolvable
orCfnTemplate.ColumnHierarchyProperty
>- See Also:
-
getConditionalFormatting
The conditional formatting of aFilledMapVisual
.Returns union: either
IResolvable
orCfnTemplate.FilledMapConditionalFormattingProperty
- See Also:
-
getSubtitle
The subtitle that is displayed on the visual.Returns union: either
IResolvable
orCfnTemplate.VisualSubtitleLabelOptionsProperty
- See Also:
-
getTitle
The title that is displayed on the visual.Returns union: either
IResolvable
orCfnTemplate.VisualTitleLabelOptionsProperty
- See Also:
-
getVisualContentAltText
The alt text for the visual.- See Also:
-
builder
-