Amazon Snow Family · JSON Structure

Amazon Snow Family Snowcone Device Configuration Structure

Specifies the device configuration for an Snowcone job.

Type: object Properties: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

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

Properties

WirelessConnection

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