AWS::QuickSight::Dashboard SameSheetTargetVisualConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Dashboard SameSheetTargetVisualConfiguration

The configuration of the same-sheet target visuals that you want to be filtered.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Syntax

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

JSON

{ "TargetVisualOptions" : String, "TargetVisuals" : [ String, ... ] }

YAML

TargetVisualOptions: String TargetVisuals: - String

Properties

TargetVisualOptions

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.

Required: No

Type: String

Allowed values: ALL_VISUALS

Update requires: No interruption

TargetVisuals

A list of the target visual IDs that are located in the same sheet of the analysis.

Required: No

Type: Array of String

Minimum: 1 | 1

Maximum: 512 | 50

Update requires: No interruption