AWS::LookoutMetrics::AnomalyDetector Metric
A calculation made by contrasting a measure and a dimension from your source data.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AggregationFunction" :
String
, "MetricName" :String
, "Namespace" :String
}
YAML
AggregationFunction:
String
MetricName:String
Namespace:String
Properties
AggregationFunction
-
The function with which the metric is calculated.
Required: Yes
Type: String
Allowed values:
AVG | SUM
Update requires: No interruption
MetricName
-
The name of the metric.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_]*
Minimum:
1
Maximum:
63
Update requires: No interruption
Namespace
-
The namespace for the metric.
Required: No
Type: String
Pattern:
[^:].*
Minimum:
1
Maximum:
255
Update requires: No interruption