Amazon Snow Family · Schema

SnowconeDeviceConfiguration

Specifies the device configuration for an Snowcone job.

Data MigrationEdge ComputingOffline TransferPhysical Appliance

Properties

Name Type Description
WirelessConnection object
View JSON Schema on GitHub

JSON Schema

amazon-snow-family-snowcone-device-configuration-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-snowcone-device-configuration-schema.json",
  "title": "SnowconeDeviceConfiguration",
  "description": "Specifies the device configuration for an Snowcone job.",
  "type": "object",
  "properties": {
    "WirelessConnection": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WirelessConnection"
        },
        {
          "description": "Configures the wireless connection for the Snowcone device."
        }
      ]
    }
  }
}