Class CfnTemplate.NumericalAggregationFunctionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.NumericalAggregationFunctionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnTemplate.NumericalAggregationFunctionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTemplate.NumericalAggregationFunctionProperty

@Stability(Stable) @Internal public static final class CfnTemplate.NumericalAggregationFunctionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTemplate.NumericalAggregationFunctionProperty
  • Constructor Details

  • Method Details

    • getPercentileAggregation

      public final Object getPercentileAggregation()
      Description copied from interface: CfnTemplate.NumericalAggregationFunctionProperty
      An aggregation based on the percentile of values in a dimension or measure.
      Specified by:
      getPercentileAggregation in interface CfnTemplate.NumericalAggregationFunctionProperty
    • getSimpleNumericalAggregation

      public final String getSimpleNumericalAggregation()
      Description copied from interface: CfnTemplate.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 interface CfnTemplate.NumericalAggregationFunctionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object