Amazon CodeDeploy · Schema

GetDeploymentConfigOutput

Represents the output of a GetDeploymentConfig operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
deploymentConfigInfo object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-get-deployment-config-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-deployment-config-output-schema.json",
  "title": "GetDeploymentConfigOutput",
  "description": "Represents the output of a <code>GetDeploymentConfig</code> operation.",
  "type": "object",
  "properties": {
    "deploymentConfigInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentConfigInfo"
        },
        {
          "description": "Information about the deployment configuration."
        }
      ]
    }
  }
}