This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AllSheetsas the value for aFilterScopeConfiguration, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfigurationis 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