Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Get On Premises Instance Input Structure

Represents the input of a GetOnPremisesInstance operation.

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

GetOnPremisesInstanceInput 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

instanceName

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-on-premises-instance-input-structure.json",
  "name": "GetOnPremisesInstanceInput",
  "description": " Represents the input of a <code>GetOnPremisesInstance</code> operation. ",
  "type": "object",
  "properties": {
    "instanceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceName"
        },
        {
          "description": " The name of the on-premises instance about which to get information. "
        }
      ]
    }
  },
  "required": [
    "instanceName"
  ]
}