{ "$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." } ] } } }