ChangeType type

Type of change that will be made to the resource when the deployment is executed.

type ChangeType =
  | "Create"
  | "Delete"
  | "Ignore"
  | "Deploy"
  | "NoChange"
  | "Modify"
  | "Unsupported"