Class CfnDashboard.NumericalAggregationFunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.NumericalAggregationFunctionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDashboard.NumericalAggregationFunctionProperty
CfnDashboard.NumericalAggregationFunctionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.NumericalAggregationFunctionProperty
CfnDashboard.NumericalAggregationFunctionProperty.Builder, CfnDashboard.NumericalAggregationFunctionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.NumericalAggregationFunctionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDashboard.NumericalAggregationFunctionProperty.Builder
.
-
-
Method Details
-
getPercentileAggregation
Description copied from interface:CfnDashboard.NumericalAggregationFunctionProperty
An aggregation based on the percentile of values in a dimension or measure.- Specified by:
getPercentileAggregation
in interfaceCfnDashboard.NumericalAggregationFunctionProperty
-
getSimpleNumericalAggregation
Description copied from interface:CfnDashboard.NumericalAggregationFunctionProperty
Built-in aggregation functions for numerical values.SUM
: The sum of a dimension or measure.AVERAGE
: The average of a dimension or measure.MIN
: The minimum value of a dimension or measure.MAX
: The maximum value of a dimension or measure.COUNT
: The count of a dimension or measure.DISTINCT_COUNT
: The count of distinct values in a dimension or measure.VAR
: The variance of a dimension or measure.VARP
: The partitioned variance of a dimension or measure.STDEV
: The standard deviation of a dimension or measure.STDEVP
: The partitioned standard deviation of a dimension or measure.MEDIAN
: The median value of a dimension or measure.
- Specified by:
getSimpleNumericalAggregation
in interfaceCfnDashboard.NumericalAggregationFunctionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-