Amazon CodeDeploy · Schema

GetApplicationOutput

Represents the output of a GetApplication operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
application object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-get-application-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-get-application-output-schema.json",
  "title": "GetApplicationOutput",
  "description": "Represents the output of a <code>GetApplication</code> operation.",
  "type": "object",
  "properties": {
    "application": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationInfo"
        },
        {
          "description": "Information about the application."
        }
      ]
    }
  }
}