Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Get Deployment Target Input Structure

GetDeploymentTargetInput schema from Amazon CodeDeploy

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

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

Properties

deploymentId targetId

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-target-input-structure.json",
  "name": "GetDeploymentTargetInput",
  "description": "GetDeploymentTargetInput schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "deploymentId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentId"
        },
        {
          "description": " The unique ID of a deployment. "
        }
      ]
    },
    "targetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetId"
        },
        {
          "description": " The unique ID of a deployment target. "
        }
      ]
    }
  }
}