Amazon Snow Family · JSON Structure

Amazon Snow Family Snowball Type Structure

SnowballType schema from Amazon Snow Family API

Type: string Properties: 0
Data MigrationEdge ComputingOffline TransferPhysical Appliance

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "$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-snowball-type-structure.json",
  "name": "SnowballType",
  "description": "SnowballType schema from Amazon Snow Family API",
  "enum": [
    "STANDARD",
    "EDGE",
    "EDGE_C",
    "EDGE_CG",
    "EDGE_S",
    "SNC1_HDD",
    "SNC1_SSD",
    "V3_5C",
    "V3_5S",
    "RACK_5U_C"
  ]
}