Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Get Deployment Group Output Structure

Represents the output of a GetDeploymentGroup operation.

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

GetDeploymentGroupOutput 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

deploymentGroupInfo

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-get-deployment-group-output-structure.json",
  "name": "GetDeploymentGroupOutput",
  "description": "Represents the output of a <code>GetDeploymentGroup</code> operation.",
  "type": "object",
  "properties": {
    "deploymentGroupInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentGroupInfo"
        },
        {
          "description": "Information about the deployment group."
        }
      ]
    }
  }
}