Class CfnDashboard.AttributeAggregationFunctionProperty
Aggregation for attributes.
Inherited Members
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
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 |
Constructors
AttributeAggregationFunctionProperty()
Aggregation for attributes.
public AttributeAggregationFunctionProperty()
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"
};
Properties
SimpleAttributeAggregation
The built-in aggregation functions for attributes.
public string? SimpleAttributeAggregation { get; set; }
Property Value
Remarks
ValueForMultipleValues
Used by the UNIQUE_VALUE
aggregation function.
public string? ValueForMultipleValues { get; set; }
Property Value
Remarks
If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.