Class CfnDashboard.AttributeAggregationFunctionProperty
Aggregation for attributes.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AttributeAggregationFunctionProperty : Object, CfnDashboard.IAttributeAggregationFunctionProperty
Syntax (vb)
Public Class AttributeAggregationFunctionProperty
Inherits Object
Implements CfnDashboard.IAttributeAggregationFunctionProperty
Remarks
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
Attribute |
Properties
Simple |
The built-in aggregation functions for attributes. |
Value |
Used by the |
Constructors
AttributeAggregationFunctionProperty()
public AttributeAggregationFunctionProperty()
Properties
SimpleAttributeAggregation
The built-in aggregation functions for attributes.
public string SimpleAttributeAggregation { get; set; }
Property Value
System.
Remarks
ValueForMultipleValues
Used by the UNIQUE_VALUE
aggregation function.
public string ValueForMultipleValues { get; set; }
Property Value
System.
Remarks
If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.