interface ScatterPlotSortConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.ScatterPlotSortConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_ScatterPlotSortConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ScatterPlotSortConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.ScatterPlotSortConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » ScatterPlotSortConfigurationProperty |
The sort configuration of a scatter plot.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const scatterPlotSortConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.ScatterPlotSortConfigurationProperty = {
scatterPlotLimitConfiguration: {
itemsLimit: 123,
otherCategories: 'otherCategories',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| scatter | IResolvable | Items |
scatterPlotLimitConfiguration?
Type:
IResolvable | Items
(optional)

.NET
Go
Java
Python
TypeScript