Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Skip Wait Time For Instance Termination Input Structure

SkipWaitTimeForInstanceTerminationInput schema from Amazon CodeDeploy

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

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

Properties

deploymentId

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-skip-wait-time-for-instance-termination-input-structure.json",
  "name": "SkipWaitTimeForInstanceTerminationInput",
  "description": "SkipWaitTimeForInstanceTerminationInput schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "deploymentId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentId"
        },
        {
          "description": " The unique ID of a blue/green deployment for which you want to skip the instance termination wait time. "
        }
      ]
    }
  }
}