interface NamedEntityDefinitionMetricProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTopic.NamedEntityDefinitionMetricProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTopic.NamedEntityDefinitionMetricProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTopic.NamedEntityDefinitionMetricProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnTopic»NamedEntityDefinitionMetricProperty | 
A structure that represents a metric.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const namedEntityDefinitionMetricProperty: quicksight.CfnTopic.NamedEntityDefinitionMetricProperty = {
  aggregation: 'aggregation',
  aggregationFunctionParameters: {
    aggregationFunctionParametersKey: 'aggregationFunctionParameters',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| aggregation? | string | The aggregation of a named entity. | 
| aggregation | IResolvable | { [string]: string } | The additional parameters for an aggregation function. | 
aggregation?
Type:
string
(optional)
The aggregation of a named entity.
Valid values for this structure are SUM , MIN , MAX , COUNT , AVERAGE , DISTINCT_COUNT , STDEV , STDEVP , VAR , VARP , PERCENTILE , MEDIAN , and CUSTOM .
aggregationFunctionParameters?
Type:
IResolvable | { [string]: string }
(optional)
The additional parameters for an aggregation function.
