aws-cdk-lib.aws_quicksight.CfnAnalysis.ItemsLimitConfigurationProperty

interface ItemsLimitConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.ItemsLimitConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ItemsLimitConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.ItemsLimitConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.ItemsLimitConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.ItemsLimitConfigurationProperty = {
  itemsLimit: 123,
  otherCategories: 'otherCategories',
};

Properties

NameTypeDescription
itemsLimit?numberThe limit on how many items of a field are showed in the chart.
otherCategories?stringThe 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