AWS CloudFormation · JSON Structure

Cloudformation Property Difference Structure

Type: object Properties: 4
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

PropertyDifference 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

PropertyPath ExpectedValue ActualValue DifferenceType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PropertyDifference",
  "type": "object",
  "properties": {
    "PropertyPath": {
      "type": "string"
    },
    "ExpectedValue": {
      "type": "string"
    },
    "ActualValue": {
      "type": "string"
    },
    "DifferenceType": {
      "type": "string"
    }
  }
}