Interface CfnTemplate.ComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ComputationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.ComputationPropertystatic final classAn implementation forCfnTemplate.ComputationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe forecast computation configuration.default ObjectThe growth rate computation configuration.default ObjectThe maximum and minimum computation configuration.default ObjectThe metric comparison computation configuration.default ObjectThe period over period computation configuration.default ObjectThe period toDataSetIdentifiercomputation configuration.default ObjectThe top movers and bottom movers computation configuration.default ObjectThe top ranked and bottom ranked computation configuration.default ObjectThe total aggregation computation configuration.default ObjectThe unique values computation configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getForecast
The forecast computation configuration.Returns union: either
IResolvableorCfnTemplate.ForecastComputationProperty- See Also:
-
getGrowthRate
The growth rate computation configuration.Returns union: either
IResolvableorCfnTemplate.GrowthRateComputationProperty- See Also:
-
getMaximumMinimum
The maximum and minimum computation configuration.Returns union: either
IResolvableorCfnTemplate.MaximumMinimumComputationProperty- See Also:
-
getMetricComparison
The metric comparison computation configuration.Returns union: either
IResolvableorCfnTemplate.MetricComparisonComputationProperty- See Also:
-
getPeriodOverPeriod
The period over period computation configuration.Returns union: either
IResolvableorCfnTemplate.PeriodOverPeriodComputationProperty- See Also:
-
getPeriodToDate
The period toDataSetIdentifiercomputation configuration.Returns union: either
IResolvableorCfnTemplate.PeriodToDateComputationProperty- See Also:
-
getTopBottomMovers
The top movers and bottom movers computation configuration.Returns union: either
IResolvableorCfnTemplate.TopBottomMoversComputationProperty- See Also:
-
getTopBottomRanked
The top ranked and bottom ranked computation configuration.Returns union: either
IResolvableorCfnTemplate.TopBottomRankedComputationProperty- See Also:
-
getTotalAggregation
The total aggregation computation configuration.Returns union: either
IResolvableorCfnTemplate.TotalAggregationComputationProperty- See Also:
-
getUniqueValues
The unique values computation configuration.Returns union: either
IResolvableorCfnTemplate.UniqueValuesComputationProperty- See Also:
-
builder
-