AWS::QuickSight::Template ItemsLimitConfiguration
The limit configuration of the visual display for an axis.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ItemsLimit" :
Number
, "OtherCategories" :String
}
YAML
ItemsLimit:
Number
OtherCategories:String
Properties
ItemsLimit
-
The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.
Required: No
Type: Number
Update requires: No interruption
OtherCategories
-
The
Show other
of an axis in the chart. Choose one of the following options:-
INCLUDE
-
EXCLUDE
Required: No
Type: String
Allowed values:
INCLUDE | EXCLUDE
Update requires: No interruption
-