AWS::QuickSight::Topic NamedEntityDefinitionMetric
A structure that represents a metric.
Syntax
To declare this entity in your AWS 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
, andCUSTOM
.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