Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Batch Get Deployments Input Structure

Represents the input of a BatchGetDeployments operation.

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

BatchGetDeploymentsInput 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

deploymentIds

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-batch-get-deployments-input-structure.json",
  "name": "BatchGetDeploymentsInput",
  "description": " Represents the input of a <code>BatchGetDeployments</code> operation. ",
  "type": "object",
  "properties": {
    "deploymentIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentsList"
        },
        {
          "description": " A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25."
        }
      ]
    }
  },
  "required": [
    "deploymentIds"
  ]
}