AWS CloudFormation · JSON Structure

Cloudformation Change Structure

Type: object Properties: 1
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

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

Properties

Type

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

JSON Structure

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