Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Deregister On Premises Instance Input Structure

Represents the input of a DeregisterOnPremisesInstance operation.

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

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