AWS::QuickSight::Template FilterScopeConfiguration
The scope configuration for a FilterGroup
.
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
{ "AllSheets" :
Json
, "SelectedSheets" :SelectedSheetsFilterScopeConfiguration
}
Properties
AllSheets
-
The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen.Required: No
Type: Json
Update requires: No interruption
SelectedSheets
-
The configuration for applying a filter to specific sheets.
Required: No
Type: SelectedSheetsFilterScopeConfiguration
Update requires: No interruption