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::Dashboard CategoryFilterConfiguration
The configuration for a CategoryFilter.
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
{ "CustomFilterConfiguration" :CustomFilterConfiguration, "CustomFilterListConfiguration" :CustomFilterListConfiguration, "FilterListConfiguration" :FilterListConfiguration}
YAML
CustomFilterConfiguration:CustomFilterConfigurationCustomFilterListConfiguration:CustomFilterListConfigurationFilterListConfiguration:FilterListConfiguration
Properties
- CustomFilterConfiguration
- 
                    A custom filter that filters based on a single value. This filter can be partially matched. Required: No Type: CustomFilterConfiguration Update requires: No interruption 
- CustomFilterListConfiguration
- 
                    A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list. Required: No Type: CustomFilterListConfiguration Update requires: No interruption 
- FilterListConfiguration
- 
                    A list of filter configurations. In the Quick Sight console, this filter type is called a filter list. Required: No Type: FilterListConfiguration Update requires: No interruption