Amazon CloudFormation · JSON Structure

Cloudformation Describe Stacks Output Structure

DescribeStacksOutput schema

Type: object Properties: 2
CloudFormationInfrastructure as CodeDevOpsIaC

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

Properties

Stacks NextToken

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-cloudformation/refs/heads/main/json-structure/cloudformation-describe-stacks-output-structure.json",
  "name": "DescribeStacksOutput",
  "description": "DescribeStacksOutput schema",
  "type": "object",
  "properties": {
    "Stacks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Stack"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}