Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Batch Get On Premises Instances Input Structure

Represents the input of a BatchGetOnPremisesInstances operation.

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

BatchGetOnPremisesInstancesInput 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

instanceNames

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-on-premises-instances-input-structure.json",
  "name": "BatchGetOnPremisesInstancesInput",
  "description": "Represents the input of a <code>BatchGetOnPremisesInstances</code> operation.",
  "type": "object",
  "properties": {
    "instanceNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceNameList"
        },
        {
          "description": "The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25."
        }
      ]
    }
  },
  "required": [
    "instanceNames"
  ]
}