AWS CloudFormation · Schema

ResourceChangeDetail

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
Target object
Evaluation string
ChangeSource string
CausingEntity string
View JSON Schema on GitHub

JSON Schema

cloudformation-resource-change-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceChangeDetail",
  "type": "object",
  "properties": {
    "Target": {
      "type": "object"
    },
    "Evaluation": {
      "type": "string"
    },
    "ChangeSource": {
      "type": "string"
    },
    "CausingEntity": {
      "type": "string"
    }
  }
}