AWS::QuickSight::Dashboard EmptyVisual - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Dashboard 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 Amazon QuickSight console is considered an EmptyVisual until a visual type is selected.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Actions" : [ VisualCustomAction, ... ], "DataSetIdentifier" : String, "VisualId" : String }

Properties

Actions

The list of custom actions that are configured for a visual.

Required: No

Type: Array of VisualCustomAction

Minimum: 0

Maximum: 10

Update 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: 1

Maximum: 2048

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

Pattern: ^[\w\-]+$

Minimum: 1

Maximum: 512

Update requires: No interruption