Interface CfnAnalysis.TotalAggregationFunctionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.TotalAggregationFunctionProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.TotalAggregationFunctionProperty
extends software.amazon.jsii.JsiiSerializable
An aggregation function that aggregates the total values of a measure.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; TotalAggregationFunctionProperty totalAggregationFunctionProperty = TotalAggregationFunctionProperty.builder() .simpleTotalAggregationFunction("simpleTotalAggregationFunction") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.TotalAggregationFunctionProperty
static final class
An implementation forCfnAnalysis.TotalAggregationFunctionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSimpleTotalAggregationFunction
A built in aggregation function for total values.- See Also:
-
builder
-