Show / Hide Table of Contents

Class CfnDashboard.NumericalAggregationFunctionProperty

Aggregation for numerical values.

Inheritance
object
CfnDashboard.NumericalAggregationFunctionProperty
Implements
CfnDashboard.INumericalAggregationFunctionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.NumericalAggregationFunctionProperty : CfnDashboard.INumericalAggregationFunctionProperty
Syntax (vb)
Public Class CfnDashboard.NumericalAggregationFunctionProperty Implements CfnDashboard.INumericalAggregationFunctionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericalaggregationfunction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var numericalAggregationFunctionProperty = new NumericalAggregationFunctionProperty {
                 PercentileAggregation = new PercentileAggregationProperty {
                     PercentileValue = 123
                 },
                 SimpleNumericalAggregation = "simpleNumericalAggregation"
             };

Synopsis

Constructors

NumericalAggregationFunctionProperty()

Aggregation for numerical values.

Properties

PercentileAggregation

An aggregation based on the percentile of values in a dimension or measure.

SimpleNumericalAggregation

Built-in aggregation functions for numerical values.

Constructors

NumericalAggregationFunctionProperty()

Aggregation for numerical values.

public NumericalAggregationFunctionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericalaggregationfunction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var numericalAggregationFunctionProperty = new NumericalAggregationFunctionProperty {
                 PercentileAggregation = new PercentileAggregationProperty {
                     PercentileValue = 123
                 },
                 SimpleNumericalAggregation = "simpleNumericalAggregation"
             };

Properties

PercentileAggregation

An aggregation based on the percentile of values in a dimension or measure.

public object? PercentileAggregation { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericalaggregationfunction.html#cfn-quicksight-dashboard-numericalaggregationfunction-percentileaggregation

Type union: either IResolvable or CfnDashboard.IPercentileAggregationProperty

SimpleNumericalAggregation

Built-in aggregation functions for numerical values.

public string? SimpleNumericalAggregation { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-numericalaggregationfunction.html#cfn-quicksight-dashboard-numericalaggregationfunction-simplenumericalaggregation

    Implements

    CfnDashboard.INumericalAggregationFunctionProperty
    Back to top Generated by DocFX