AWS CloudFormation · JSON Structure

Cloudformation Stack Resource Summary Structure

Type: object Properties: 6
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

LogicalResourceId PhysicalResourceId ResourceType LastUpdatedTimestamp ResourceStatus ResourceStatusReason

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StackResourceSummary",
  "type": "object",
  "properties": {
    "LogicalResourceId": {
      "type": "string"
    },
    "PhysicalResourceId": {
      "type": "string"
    },
    "ResourceType": {
      "type": "string"
    },
    "LastUpdatedTimestamp": {
      "type": "string"
    },
    "ResourceStatus": {
      "type": "string"
    },
    "ResourceStatusReason": {
      "type": "string"
    }
  }
}