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::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:NumberOtherCategories: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 otherof an axis in the chart. Choose one of the following options:- 
                            INCLUDE
- 
                            EXCLUDE
 Required: No Type: String Allowed values: INCLUDE | EXCLUDEUpdate requires: No interruption 
-