interface ComputationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ComputationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ComputationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ComputationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ComputationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » ComputationProperty |
The computation union that is used in an insight visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| forecast? | IResolvable | Forecast | The forecast computation configuration. |
| growth | IResolvable | Growth | The growth rate computation configuration. |
| maximum | IResolvable | Maximum | The maximum and minimum computation configuration. |
| metric | IResolvable | Metric | The metric comparison computation configuration. |
| period | IResolvable | Period | The period over period computation configuration. |
| period | IResolvable | Period | The period to DataSetIdentifier computation configuration. |
| top | IResolvable | Top | The top movers and bottom movers computation configuration. |
| top | IResolvable | Top | The top ranked and bottom ranked computation configuration. |
| total | IResolvable | Total | The total aggregation computation configuration. |
| unique | IResolvable | Unique | The unique values computation configuration. |
forecast?
Type:
IResolvable | Forecast
(optional)
The forecast computation configuration.
growthRate?
Type:
IResolvable | Growth
(optional)
The growth rate computation configuration.
maximumMinimum?
Type:
IResolvable | Maximum
(optional)
The maximum and minimum computation configuration.
metricComparison?
Type:
IResolvable | Metric
(optional)
The metric comparison computation configuration.
periodOverPeriod?
Type:
IResolvable | Period
(optional)
The period over period computation configuration.
periodToDate?
Type:
IResolvable | Period
(optional)
The period to DataSetIdentifier computation configuration.
topBottomMovers?
Type:
IResolvable | Top
(optional)
The top movers and bottom movers computation configuration.
topBottomRanked?
Type:
IResolvable | Top
(optional)
The top ranked and bottom ranked computation configuration.
totalAggregation?
Type:
IResolvable | Total
(optional)
The total aggregation computation configuration.
uniqueValues?
Type:
IResolvable | Unique
(optional)
The unique values computation configuration.

.NET
Go
Java
Python
TypeScript