AWS CloudFormation · Schema

ResourceChange

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
Action string
LogicalResourceId string
PhysicalResourceId string
ResourceType string
Replacement string
Scope array
Details array
View JSON Schema on GitHub

JSON Schema

cloudformation-resource-change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceChange",
  "type": "object",
  "properties": {
    "Action": {
      "type": "string"
    },
    "LogicalResourceId": {
      "type": "string"
    },
    "PhysicalResourceId": {
      "type": "string"
    },
    "ResourceType": {
      "type": "string"
    },
    "Replacement": {
      "type": "string"
    },
    "Scope": {
      "type": "array"
    },
    "Details": {
      "type": "array"
    }
  }
}