Amazon Snow Family · Schema

GetJobUnlockCodeResult

GetJobUnlockCodeResult schema from Amazon Snow Family API

Data MigrationEdge ComputingOffline TransferPhysical Appliance

Properties

Name Type Description
UnlockCode object
View JSON Schema on GitHub

JSON Schema

amazon-snow-family-get-job-unlock-code-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-get-job-unlock-code-result-schema.json",
  "title": "GetJobUnlockCodeResult",
  "description": "GetJobUnlockCodeResult schema from Amazon Snow Family API",
  "type": "object",
  "properties": {
    "UnlockCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The <code>UnlockCode</code> value for the specified job. The <code>UnlockCode</code> value can be accessed for up to 360 days after the job has been created."
        }
      ]
    }
  }
}