CreateTapesOutput

CreateTapeOutput

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
TapeARNs object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-create-tapes-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-create-tapes-output-schema.json",
  "title": "CreateTapesOutput",
  "description": "CreateTapeOutput",
  "type": "object",
  "properties": {
    "TapeARNs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TapeARNs"
        },
        {
          "description": "A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created."
        }
      ]
    }
  }
}