Amazon CodeDeploy · Schema

CreateApplicationOutput

Represents the output of a CreateApplication operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
applicationId object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-create-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-create-application-output-schema.json",
  "title": "CreateApplicationOutput",
  "description": "Represents the output of a <code>CreateApplication</code> operation.",
  "type": "object",
  "properties": {
    "applicationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationId"
        },
        {
          "description": "A unique application ID."
        }
      ]
    }
  }
}