Amazon Snow Family · JSON Structure

Amazon Snow Family Tgw On Device Service Configuration Structure

An object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device.

Type: object Properties: 2
Data MigrationEdge ComputingOffline TransferPhysical Appliance

TGWOnDeviceServiceConfiguration is a JSON Structure definition published by Amazon Snow Family, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StorageLimit StorageUnit

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-tgw-on-device-service-configuration-structure.json",
  "name": "TGWOnDeviceServiceConfiguration",
  "description": "An object that represents the metadata and configuration settings for the Storage Gateway service Tape Gateway type on an Amazon Web Services Snow Family device.",
  "properties": {
    "StorageLimit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StorageLimit"
        },
        {
          "description": "The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge."
        }
      ]
    },
    "StorageUnit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StorageUnit"
        },
        {
          "description": "The scale unit of the virtual tapes on the device."
        }
      ]
    }
  }
}