AWS::QuickSight::Dashboard ItemsLimitConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Dashboard ItemsLimitConfiguration

The limit configuration of the visual display for an axis.

Syntax

To declare this entity in your Amazon 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