This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template EmptyVisual
An empty visual.
Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Quick Sight console is considered an EmptyVisual until a visual type is selected.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Actions" :[ VisualCustomAction, ... ], "DataSetIdentifier" :String, "VisualId" :String}
YAML
Actions:- VisualCustomActionDataSetIdentifier:StringVisualId:String
Properties
- Actions
- 
                    The list of custom actions that are configured for a visual. Required: No Type: Array of VisualCustomAction Minimum: 0Maximum: 10Update requires: No interruption 
- DataSetIdentifier
- 
                    The data set that is used in the empty visual. Every visual requires a dataset to render. Required: Yes Type: String Minimum: 1Maximum: 2048Update 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 Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption