Amazon Snow Family · Schema

GetJobManifestResult

GetJobManifestResult schema from Amazon Snow Family API

Data MigrationEdge ComputingOffline TransferPhysical Appliance

Properties

Name Type Description
ManifestURI object
View JSON Schema on GitHub

JSON Schema

amazon-snow-family-get-job-manifest-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-manifest-result-schema.json",
  "title": "GetJobManifestResult",
  "description": "GetJobManifestResult schema from Amazon Snow Family API",
  "type": "object",
  "properties": {
    "ManifestURI": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Amazon S3 presigned URL for the manifest file associated with the specified <code>JobId</code> value."
        }
      ]
    }
  }
}