AWS::QuickSight::Template 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 Amazon CloudFormation template, use the following syntax:
JSON
{ "TargetVisualOptions" :String, "TargetVisuals" :[ String, ... ]}
YAML
TargetVisualOptions:StringTargetVisuals:- 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_VISUALSUpdate requires: No interruption
-
TargetVisuals-
A list of the target visual IDs that are located in the same sheet of the analysis.
Required: No
Type: List of String
Maximum:
50Update requires: No interruption