Amazon Snow Family · JSON Structure

Amazon Snow Family Create Address Result Structure

CreateAddressResult schema from Amazon Snow Family API

Type: object Properties: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

CreateAddressResult 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

AddressId

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-create-address-result-structure.json",
  "name": "CreateAddressResult",
  "description": "CreateAddressResult schema from Amazon Snow Family API",
  "properties": {
    "AddressId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snow device for that job shipped to."
        }
      ]
    }
  }
}