AWS CloudFormation · Schema

Change

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
Type string
View JSON Schema on GitHub

JSON Schema

cloudformation-change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Change",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string"
    }
  }
}