Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Create Application Response Structure

CreateApplicationResponse schema from Amazon CodeDeploy

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

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

Properties

applicationId

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-create-application-response-structure.json",
  "name": "CreateApplicationResponse",
  "description": "CreateApplicationResponse schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string",
      "description": "A unique application ID."
    }
  }
}