DescribeCachediSCSIVolumesInput

DescribeCachediSCSIVolumesInput schema from Amazon Storage Gateway API

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
VolumeARNs object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-describe-cachedi-scsi-volumes-input-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-describe-cachedi-scsi-volumes-input-schema.json",
  "title": "DescribeCachediSCSIVolumesInput",
  "description": "DescribeCachediSCSIVolumesInput schema from Amazon Storage Gateway API",
  "type": "object",
  "properties": {
    "VolumeARNs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeARNs"
        },
        {
          "description": "An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use <a>ListVolumes</a> to get volume ARNs for a gateway."
        }
      ]
    }
  },
  "required": [
    "VolumeARNs"
  ]
}