AWS::QuickSight::Template TableVisual
A table visual.
For more information, see Using tables as visuals in the Amazon QuickSight User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Actions" :[ VisualCustomAction, ... ], "ChartConfiguration" :TableConfiguration, "ConditionalFormatting" :TableConditionalFormatting, "Subtitle" :VisualSubtitleLabelOptions, "Title" :VisualTitleLabelOptions, "VisualId" :String}
YAML
Actions:- VisualCustomActionChartConfiguration:TableConfigurationConditionalFormatting:TableConditionalFormattingSubtitle:VisualSubtitleLabelOptionsTitle:VisualTitleLabelOptionsVisualId:String
Properties
Actions-
The list of custom actions that are configured for a visual.
Required: No
Type: List of VisualCustomAction
Maximum:
10Update requires: No interruption
ChartConfiguration-
The configuration settings of the visual.
Required: No
Type: TableConfiguration
Update requires: No interruption
ConditionalFormatting-
The conditional formatting for a
PivotTableVisual.Required: No
Type: TableConditionalFormatting
Update requires: No interruption
Subtitle-
The subtitle that is displayed on the visual.
Required: No
Type: VisualSubtitleLabelOptions
Update requires: No interruption
Title-
The title that is displayed on the visual.
Required: No
Type: VisualTitleLabelOptions
Update requires: No interruption
VisualId-
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..
Required: Yes
Type: String
Minimum:
1Maximum:
512Pattern:
[\w\-]+Update requires: No interruption