Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Action Structure

A configuration that specifies the action to perform when anomalies are detected.

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Action is a JSON Structure definition published by Amazon Lookout for Metrics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SNSConfiguration LambdaConfiguration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-action-structure.json",
  "name": "Action",
  "description": "A configuration that specifies the action to perform when anomalies are detected.",
  "type": "object",
  "properties": {
    "SNSConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SNSConfiguration"
        },
        {
          "description": "A configuration for an Amazon SNS channel."
        }
      ]
    },
    "LambdaConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LambdaConfiguration"
        },
        {
          "description": "A configuration for an AWS Lambda channel."
        }
      ]
    }
  }
}