Amazon Snow Family · JSON Structure

Amazon Snow Family Wireless Connection Structure

Configures the wireless connection on an Snowcone device.

Type: object Properties: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

WirelessConnection 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

IsWifiEnabled

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-wireless-connection-structure.json",
  "name": "WirelessConnection",
  "description": "Configures the wireless connection on an Snowcone device.",
  "properties": {
    "IsWifiEnabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Enables the Wi-Fi adapter on an Snowcone device."
        }
      ]
    }
  }
}