This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Topic NamedEntityDefinitionMetric
A structure that represents a metric.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Aggregation" :String, "AggregationFunctionParameters" :{}Key:Value, ...}
YAML
Aggregation:StringAggregationFunctionParameters: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, andCUSTOM.Required: No
Type: String
Allowed values:
SUM | MIN | MAX | COUNT | AVERAGE | DISTINCT_COUNT | STDEV | STDEVP | VAR | VARP | PERCENTILE | MEDIAN | CUSTOMUpdate requires: No interruption
AggregationFunctionParameters-
The additional parameters for an aggregation function.
Required: No
Type: Object of String
Pattern:
.+Minimum:
0Maximum:
256Update requires: No interruption