Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Get Deployment Input Structure

Represents the input of a GetDeployment operation.

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

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

Properties

deploymentId

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-input-structure.json",
  "name": "GetDeploymentInput",
  "description": "Represents the input of a <code>GetDeployment</code> operation.",
  "type": "object",
  "properties": {
    "deploymentId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentId"
        },
        {
          "description": " The unique ID of a deployment associated with the IAM user or Amazon Web Services account. "
        }
      ]
    }
  },
  "required": [
    "deploymentId"
  ]
}