Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Add Working Storage Input Structure

A JSON object containing one or more of the following fields:

Type: object Properties: 2 Required: 2
BackupFile StorageGatewayHybrid CloudStorage

AddWorkingStorageInput is a JSON Structure definition published by Amazon Storage Gateway, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GatewayARN DiskIds

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-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-add-working-storage-input-structure.json",
  "name": "AddWorkingStorageInput",
  "description": "<p>A JSON object containing one or more of the following fields:</p> <ul> <li> <p> <a>AddWorkingStorageInput$DiskIds</a> </p> </li> </ul>",
  "properties": {
    "GatewayARN": {
      "$ref": "#/components/schemas/GatewayARN"
    },
    "DiskIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DiskIds"
        },
        {
          "description": "An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the <a>ListLocalDisks</a> API."
        }
      ]
    }
  },
  "required": [
    "GatewayARN",
    "DiskIds"
  ]
}