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 TopBottomFilter
A TopBottomFilter filters values that are at the top or the bottom.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AggregationSortConfigurations" :[ AggregationSortConfiguration, ... ], "Column" :ColumnIdentifier, "DefaultFilterControlConfiguration" :DefaultFilterControlConfiguration, "FilterId" :String, "Limit" :Number, "ParameterName" :String, "TimeGranularity" :String}
YAML
AggregationSortConfigurations:- AggregationSortConfigurationColumn:ColumnIdentifierDefaultFilterControlConfiguration:DefaultFilterControlConfigurationFilterId:StringLimit:NumberParameterName:StringTimeGranularity:String
Properties
- AggregationSortConfigurations
- 
                    The aggregation and sort configuration of the top bottom filter. Required: Yes Type: Array of AggregationSortConfiguration Minimum: 0Maximum: 100Update requires: No interruption 
- Column
- 
                    The column that the filter is applied to. Required: Yes Type: ColumnIdentifier Update requires: No interruption 
- DefaultFilterControlConfiguration
- 
                    The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets. Required: No Type: DefaultFilterControlConfiguration Update requires: No interruption 
- FilterId
- 
                    An identifier that uniquely identifies a filter within a dashboard, analysis, or template. Required: Yes Type: String Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption 
- Limit
- 
                    The number of items to include in the top bottom filter results. Required: No Type: Number Update requires: No interruption 
- ParameterName
- 
                    The parameter whose value should be used for the filter value. Required: No Type: String Pattern: ^[a-zA-Z0-9]+$Minimum: 1Maximum: 2048Update requires: No interruption 
- TimeGranularity
- 
                    The level of time precision that is used to aggregate DateTimevalues.Required: No Type: String Allowed values: YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECONDUpdate requires: No interruption