interface TopBottomMoversComputationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.TopBottomMoversComputationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_TopBottomMoversComputationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.TopBottomMoversComputationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.TopBottomMoversComputationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » TopBottomMoversComputationProperty |
The top movers and bottom movers computation setup.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| category? | IResolvable | Dimension | The category field that is used in a computation. |
| computation | string | The ID for a computation. |
| mover | number | The mover size setup of the top and bottom movers computation. |
| name? | string | The name of a computation. |
| sort | string | The sort order setup of the top and bottom movers computation. |
| time? | IResolvable | Dimension | The time field that is used in a computation. |
| type? | string | The computation type. Choose from the following options:. |
| value? | IResolvable | Measure | The value field that is used in a computation. |
category?
Type:
IResolvable | Dimension
(optional)
The category field that is used in a computation.
computationId?
Type:
string
(optional)
The ID for a computation.
moverSize?
Type:
number
(optional, default: 0)
The mover size setup of the top and bottom movers computation.
name?
Type:
string
(optional)
The name of a computation.
sortOrder?
Type:
string
(optional)
The sort order setup of the top and bottom movers computation.
time?
Type:
IResolvable | Dimension
(optional)
The time field that is used in a computation.
type?
Type:
string
(optional)
The computation type. Choose from the following options:.
- TOP: Top movers computation.
- BOTTOM: Bottom movers computation.
value?
Type:
IResolvable | Measure
(optional)
The value field that is used in a computation.

.NET
Go
Java
Python
TypeScript