AWS::QuickSight::Topic NamedEntityDefinitionMetric - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Topic NamedEntityDefinitionMetric

A structure that represents a metric.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Aggregation" : String, "AggregationFunctionParameters" : {Key: Value, ...} }

YAML

Aggregation: String AggregationFunctionParameters: Key: Value

Properties

Aggregation

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.

Required: No

Type: String

Allowed values: SUM | MIN | MAX | COUNT | AVERAGE | DISTINCT_COUNT | STDEV | STDEVP | VAR | VARP | PERCENTILE | MEDIAN | CUSTOM

Update requires: No interruption

AggregationFunctionParameters

The additional parameters for an aggregation function.

Required: No

Type: Object of String

Pattern: .+

Minimum: 0

Maximum: 256

Update requires: No interruption