interface ItemsLimitConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ItemsLimitConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ItemsLimitConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ItemsLimitConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ItemsLimitConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » ItemsLimitConfigurationProperty |
The limit configuration of the visual display for an axis.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const itemsLimitConfigurationProperty: quicksight.CfnDashboard.ItemsLimitConfigurationProperty = {
itemsLimit: 123,
otherCategories: 'otherCategories',
};
Properties
Name | Type | Description |
---|---|---|
items | number | The limit on how many items of a field are showed in the chart. |
other | string | The Show other of an axis in the chart. Choose one of the following options:. |
itemsLimit?
Type:
number
(optional)
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.
otherCategories?
Type:
string
(optional)
The Show other
of an axis in the chart. Choose one of the following options:.
INCLUDE
EXCLUDE