aws-cdk-lib.aws_quicksight.CfnTemplate.ComputationProperty

interface ComputationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.ComputationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ComputationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.ComputationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.ComputationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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

NameTypeDescription
forecast?IResolvable | ForecastComputationPropertyThe forecast computation configuration.
growthRate?IResolvable | GrowthRateComputationPropertyThe growth rate computation configuration.
maximumMinimum?IResolvable | MaximumMinimumComputationPropertyThe maximum and minimum computation configuration.
metricComparison?IResolvable | MetricComparisonComputationPropertyThe metric comparison computation configuration.
periodOverPeriod?IResolvable | PeriodOverPeriodComputationPropertyThe period over period computation configuration.
periodToDate?IResolvable | PeriodToDateComputationPropertyThe period to DataSetIdentifier computation configuration.
topBottomMovers?IResolvable | TopBottomMoversComputationPropertyThe top movers and bottom movers computation configuration.
topBottomRanked?IResolvable | TopBottomRankedComputationPropertyThe top ranked and bottom ranked computation configuration.
totalAggregation?IResolvable | TotalAggregationComputationPropertyThe total aggregation computation configuration.
uniqueValues?IResolvable | UniqueValuesComputationPropertyThe unique values computation configuration.

forecast?

Type: IResolvable | ForecastComputationProperty (optional)

The forecast computation configuration.


growthRate?

Type: IResolvable | GrowthRateComputationProperty (optional)

The growth rate computation configuration.


maximumMinimum?

Type: IResolvable | MaximumMinimumComputationProperty (optional)

The maximum and minimum computation configuration.


metricComparison?

Type: IResolvable | MetricComparisonComputationProperty (optional)

The metric comparison computation configuration.


periodOverPeriod?

Type: IResolvable | PeriodOverPeriodComputationProperty (optional)

The period over period computation configuration.


periodToDate?

Type: IResolvable | PeriodToDateComputationProperty (optional)

The period to DataSetIdentifier computation configuration.


topBottomMovers?

Type: IResolvable | TopBottomMoversComputationProperty (optional)

The top movers and bottom movers computation configuration.


topBottomRanked?

Type: IResolvable | TopBottomRankedComputationProperty (optional)

The top ranked and bottom ranked computation configuration.


totalAggregation?

Type: IResolvable | TotalAggregationComputationProperty (optional)

The total aggregation computation configuration.


uniqueValues?

Type: IResolvable | UniqueValuesComputationProperty (optional)

The unique values computation configuration.