AWS CloudFormation · JSON Structure

Cloudformation Resource Change Structure

Type: object Properties: 7
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

Action LogicalResourceId PhysicalResourceId ResourceType Replacement Scope Details

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}