AWS CloudFormation · JSON Structure

Cloudformation Stack Summary Structure

Type: object Properties: 9
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

StackSummary is a JSON Structure definition published by AWS CloudFormation, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

StackId StackName TemplateDescription CreationTime LastUpdatedTime DeletionTime StackStatusReason ParentId RootId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StackSummary",
  "type": "object",
  "properties": {
    "StackId": {
      "type": "string"
    },
    "StackName": {
      "type": "string"
    },
    "TemplateDescription": {
      "type": "string"
    },
    "CreationTime": {
      "type": "string"
    },
    "LastUpdatedTime": {
      "type": "string"
    },
    "DeletionTime": {
      "type": "string"
    },
    "StackStatusReason": {
      "type": "string"
    },
    "ParentId": {
      "type": "string"
    },
    "RootId": {
      "type": "string"
    }
  }
}