Amazon Lookout for Metrics · Example Payload

Amazon Lookout For Metrics Create Anomaly Detector Request Example

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Amazon Lookout For Metrics Create Anomaly Detector Request Example is an example object payload from Amazon Lookout for Metrics, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AnomalyDetectorNameAnomalyDetectorDescriptionAnomalyDetectorConfigKmsKeyArnTags

Example Payload

Raw ↑
{
  "AnomalyDetectorName": "my-anomaly-detector",
  "AnomalyDetectorDescription": "Automated anomaly detection for business metrics",
  "AnomalyDetectorConfig": "example-value",
  "KmsKeyArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "Tags": "example-value"
}