Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Auto Rollback Events List Structure

AutoRollbackEventsList schema from Amazon CodeDeploy

Type: array Properties: 0
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

AutoRollbackEventsList is a JSON Structure definition published by Amazon CodeDeploy. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-auto-rollback-events-list-structure.json",
  "name": "AutoRollbackEventsList",
  "description": "AutoRollbackEventsList schema from Amazon CodeDeploy",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/AutoRollbackEvent"
  }
}