Amazon DevOps Guru · Schema

CloudFormationHealth

Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack.

Anomaly DetectionDevOpsMachine LearningOperational Intelligence

Properties

Name Type Description
StackName object
Insight object
AnalyzedResourceCount object
View JSON Schema on GitHub

JSON Schema

amazon-devops-guru-cloud-formation-health-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/json-schema/amazon-devops-guru-cloud-formation-health-schema.json",
  "title": "CloudFormationHealth",
  "description": "Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack.",
  "type": "object",
  "properties": {
    "StackName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StackName"
        },
        {
          "description": " The name of the CloudFormation stack. "
        }
      ]
    },
    "Insight": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InsightHealth"
        },
        {
          "description": " Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights. "
        }
      ]
    },
    "AnalyzedResourceCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnalyzedResourceCount"
        },
        {
          "description": " Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack. "
        }
      ]
    }
  }
}