Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Revision Info Structure

Information about an application revision.

Type: object Properties: 2
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

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

Properties

revisionLocation genericRevisionInfo

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-revision-info-structure.json",
  "name": "RevisionInfo",
  "description": "Information about an application revision.",
  "type": "object",
  "properties": {
    "revisionLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RevisionLocation"
        },
        {
          "description": "Information about the location and type of an application revision."
        }
      ]
    },
    "genericRevisionInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericRevisionInfo"
        },
        {
          "description": "Information about an application revision, including usage details and associated deployment groups."
        }
      ]
    }
  }
}