AWS::QuickSight::Template TopBottomFilter
A TopBottomFilter filters values that are at the top or the bottom.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AggregationSortConfigurations" :[ AggregationSortConfiguration, ... ], "Column" :ColumnIdentifier, "FilterId" :String, "Limit" :Double, "ParameterName" :String, "TimeGranularity" :String}
YAML
AggregationSortConfigurations:- AggregationSortConfigurationColumn:ColumnIdentifierFilterId:StringLimit:DoubleParameterName:StringTimeGranularity:String
Properties
AggregationSortConfigurations-
The aggregation and sort configuration of the top bottom filter.
Required: Yes
Type: List of AggregationSortConfiguration
Maximum:
100Update requires: No interruption
Column-
The column that the filter is applied to.
Required: Yes
Type: ColumnIdentifier
Update requires: No interruption
FilterId-
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
Required: Yes
Type: String
Minimum:
1Maximum:
512Pattern:
[\w\-]+Update requires: No interruption
Limit-
The number of items to include in the top bottom filter results.
Required: No
Type: Double
Update requires: No interruption
ParameterName-
The parameter whose value should be used for the filter value.
Required: No
Type: String
Minimum:
1Maximum:
2048Pattern:
^[a-zA-Z0-9]+$Update requires: No interruption
TimeGranularity-
The level of time precision that is used to aggregate
DateTimevalues.Required: No
Type: String
Allowed values:
DAY | HOUR | MILLISECOND | MINUTE | MONTH | QUARTER | SECOND | WEEK | YEARUpdate requires: No interruption