AWS CloudFormation · Schema

PropertyDifference

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
PropertyPath string
ExpectedValue string
ActualValue string
DifferenceType string
View JSON Schema on GitHub

JSON Schema

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