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::Analysis FilterGroup
A grouping of individual filters. Filter groups are applied to the same group of visuals.
For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon Quick Suite User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CrossDataset" :String, "FilterGroupId" :String, "Filters" :[ Filter, ... ], "ScopeConfiguration" :FilterScopeConfiguration, "Status" :String}
YAML
CrossDataset:StringFilterGroupId:StringFilters:- FilterScopeConfiguration:FilterScopeConfigurationStatus:String
Properties
- CrossDataset
- 
                    The filter new feature which can apply filter group to all data sets. Choose one of the following options: - 
                            ALL_DATASETS
- 
                            SINGLE_DATASET
 Required: Yes Type: String Allowed values: ALL_DATASETS | SINGLE_DATASETUpdate requires: No interruption 
- 
                            
- FilterGroupId
- 
                    The value that uniquely identifies a FilterGroupwithin a dashboard, template, or analysis.Required: Yes Type: String Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption 
- Filters
- 
                    The list of filters that are present in a FilterGroup.Required: Yes Type: Array of Filter Minimum: 0Maximum: 20Update requires: No interruption 
- ScopeConfiguration
- 
                    The configuration that specifies what scope to apply to a FilterGroup.This is a union type structure. For this structure to be valid, only one of the attributes can be defined. Required: Yes Type: FilterScopeConfiguration Update requires: No interruption 
- Status
- 
                    The status of the FilterGroup.Required: No Type: String Allowed values: ENABLED | DISABLEDUpdate requires: No interruption