interface AttributeAggregationFunctionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.AttributeAggregationFunctionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_AttributeAggregationFunctionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.AttributeAggregationFunctionProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.AttributeAggregationFunctionProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » AttributeAggregationFunctionProperty |
Aggregation for attributes.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const attributeAggregationFunctionProperty: quicksight.CfnTemplate.AttributeAggregationFunctionProperty = {
simpleAttributeAggregation: 'simpleAttributeAggregation',
valueForMultipleValues: 'valueForMultipleValues',
};
Properties
Name | Type | Description |
---|---|---|
simple | string | The built-in aggregation functions for attributes. |
value | string | Used by the UNIQUE_VALUE aggregation function. |
simpleAttributeAggregation?
Type:
string
(optional)
The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
valueForMultipleValues?
Type:
string
(optional)
Used by the UNIQUE_VALUE
aggregation function.
If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.