AWS CloudFormation · Schema

StackResourceSummary

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
LogicalResourceId string
PhysicalResourceId string
ResourceType string
LastUpdatedTimestamp string
ResourceStatus string
ResourceStatusReason string
View JSON Schema on GitHub

JSON Schema

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