Amazon DevOps Guru · JSON Structure

Amazon Devops Guru Cloud Formation Collection Structure

Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.

Type: object Properties: 1
Anomaly DetectionDevOpsMachine LearningOperational Intelligence

CloudFormationCollection is a JSON Structure definition published by Amazon DevOps Guru, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StackNames

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-devops-guru/refs/heads/main/json-structure/amazon-devops-guru-cloud-formation-collection-structure.json",
  "description": "Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.",
  "type": "object",
  "properties": {
    "StackNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StackNames"
        },
        {
          "description": " An array of CloudFormation stack names. "
        }
      ]
    }
  },
  "name": "CloudFormationCollection"
}