Amazon CodeDeploy · Schema

CreateDeploymentGroupOutput

Represents the output of a CreateDeploymentGroup operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
deploymentGroupId object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-create-deployment-group-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-deployment-group-output-schema.json",
  "title": "CreateDeploymentGroupOutput",
  "description": "Represents the output of a <code>CreateDeploymentGroup</code> operation.",
  "type": "object",
  "properties": {
    "deploymentGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentGroupId"
        },
        {
          "description": "A unique deployment group ID."
        }
      ]
    }
  }
}