This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AWS CloudFormation template, use the following syntax:
JSON
{ "AggregationFunction" :String, "MetricName" :String, "Namespace" :String}
YAML
AggregationFunction:StringMetricName:StringNamespace:String
Properties
- AggregationFunction
- 
                    The function with which the metric is calculated. Required: Yes Type: String Allowed values: AVG | SUMUpdate requires: No interruption 
- MetricName
- 
                    The name of the metric. Required: Yes Type: String Pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]*Minimum: 1Maximum: 63Update requires: No interruption 
- Namespace
- 
                    The namespace for the metric. Required: No Type: String Pattern: [^:].*Minimum: 1Maximum: 255Update requires: No interruption