Interface CfnDashboard.ComputationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ComputationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ComputationProperty
extends software.amazon.jsii.JsiiSerializable
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:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.ComputationProperty
static final class
An implementation forCfnDashboard.ComputationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The forecast computation configuration.default Object
The growth rate computation configuration.default Object
The maximum and minimum computation configuration.default Object
The metric comparison computation configuration.default Object
The period over period computation configuration.default Object
The period toDataSetIdentifier
computation configuration.default Object
The top movers and bottom movers computation configuration.default Object
The top ranked and bottom ranked computation configuration.default Object
The total aggregation computation configuration.default Object
The unique values computation configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getForecast
The forecast computation configuration.- See Also:
-
getGrowthRate
The growth rate computation configuration.- See Also:
-
getMaximumMinimum
The maximum and minimum computation configuration.- See Also:
-
getMetricComparison
The metric comparison computation configuration.- See Also:
-
getPeriodOverPeriod
The period over period computation configuration.- See Also:
-
getPeriodToDate
The period toDataSetIdentifier
computation configuration.- See Also:
-
getTopBottomMovers
The top movers and bottom movers computation configuration.- See Also:
-
getTopBottomRanked
The top ranked and bottom ranked computation configuration.- See Also:
-
getTotalAggregation
The total aggregation computation configuration.- See Also:
-
getUniqueValues
The unique values computation configuration.- See Also:
-
builder
-