interface TopBottomRankedComputationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TopBottomRankedComputationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TopBottomRankedComputationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TopBottomRankedComputationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.TopBottomRankedComputationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » TopBottomRankedComputationProperty |
The top ranked and bottom ranked computation configuration.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| computation | string | The ID for a computation. |
| type | string | The computation type. Choose one of the following options:. |
| category? | IResolvable | Dimension | The category field that is used in a computation. |
| name? | string | The name of a computation. |
| result | number | The result size of a top and bottom ranked computation. |
| value? | IResolvable | Measure | The value field that is used in a computation. |
computationId
Type:
string
The ID for a computation.
type
Type:
string
The computation type. Choose one of the following options:.
- TOP: A top ranked computation.
- BOTTOM: A bottom ranked computation.
category?
Type:
IResolvable | Dimension
(optional)
The category field that is used in a computation.
name?
Type:
string
(optional)
The name of a computation.
resultSize?
Type:
number
(optional, default: 0)
The result size of a top and bottom ranked computation.
value?
Type:
IResolvable | Measure
(optional)
The value field that is used in a computation.

.NET
Go
Java
Python
TypeScript