AWS::QuickSight::Analysis 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 AWS 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