aws-cdk-lib.aws_quicksight.CfnTopic.NamedEntityDefinitionMetricProperty

interface NamedEntityDefinitionMetricProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTopic.NamedEntityDefinitionMetricProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_NamedEntityDefinitionMetricProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTopic.NamedEntityDefinitionMetricProperty
Pythonaws_cdk.aws_quicksight.CfnTopic.NamedEntityDefinitionMetricProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const namedEntityDefinitionMetricProperty: quicksight.CfnTopic.NamedEntityDefinitionMetricProperty = {
  aggregation: 'aggregation',
  aggregationFunctionParameters: {
    aggregationFunctionParametersKey: 'aggregationFunctionParameters',
  },
};

Properties

NameTypeDescription
aggregation?stringThe aggregation of a named entity.
aggregationFunctionParameters?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.