AWS CloudFormation · JSON Structure

Cloudformation Resource Change Detail Structure

Type: object Properties: 4
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

Target Evaluation ChangeSource CausingEntity

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResourceChangeDetail",
  "type": "object",
  "properties": {
    "Target": {
      "type": "object"
    },
    "Evaluation": {
      "type": "string"
    },
    "ChangeSource": {
      "type": "string"
    },
    "CausingEntity": {
      "type": "string"
    }
  }
}