Show / Hide Table of Contents

Class CfnDashboard.AttributeAggregationFunctionProperty

Aggregation for attributes.

Inheritance
object
CfnDashboard.AttributeAggregationFunctionProperty
Implements
CfnDashboard.IAttributeAggregationFunctionProperty
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.AttributeAggregationFunctionProperty : CfnDashboard.IAttributeAggregationFunctionProperty
Syntax (vb)
Public Class CfnDashboard.AttributeAggregationFunctionProperty Implements CfnDashboard.IAttributeAggregationFunctionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-attributeaggregationfunction.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 attributeAggregationFunctionProperty = new AttributeAggregationFunctionProperty {
                 SimpleAttributeAggregation = "simpleAttributeAggregation",
                 ValueForMultipleValues = "valueForMultipleValues"
             };

Synopsis

Constructors

AttributeAggregationFunctionProperty()

Aggregation for attributes.

Properties

SimpleAttributeAggregation

The built-in aggregation functions for attributes.

ValueForMultipleValues

Used by the UNIQUE_VALUE aggregation function.

Constructors

AttributeAggregationFunctionProperty()

Aggregation for attributes.

public AttributeAggregationFunctionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-attributeaggregationfunction.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 attributeAggregationFunctionProperty = new AttributeAggregationFunctionProperty {
                 SimpleAttributeAggregation = "simpleAttributeAggregation",
                 ValueForMultipleValues = "valueForMultipleValues"
             };

Properties

SimpleAttributeAggregation

The built-in aggregation functions for attributes.

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

string

Remarks

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

    ValueForMultipleValues

    Used by the UNIQUE_VALUE aggregation function.

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

    string

    Remarks

    If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.

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

    Implements

    CfnDashboard.IAttributeAggregationFunctionProperty
    Back to top Generated by DocFX