CreateSnapshotFromVolumeRecoveryPointOutput

CreateSnapshotFromVolumeRecoveryPointOutput schema from Amazon Storage Gateway API

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
SnapshotId object
VolumeARN object
VolumeRecoveryPointTime object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-create-snapshot-from-volume-recovery-point-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-snapshot-from-volume-recovery-point-output-schema.json",
  "title": "CreateSnapshotFromVolumeRecoveryPointOutput",
  "description": "CreateSnapshotFromVolumeRecoveryPointOutput schema from Amazon Storage Gateway API",
  "type": "object",
  "properties": {
    "SnapshotId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnapshotId"
        },
        {
          "description": "The ID of the snapshot."
        }
      ]
    },
    "VolumeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for specified VolumeARN."
        }
      ]
    },
    "VolumeRecoveryPointTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/string"
        },
        {
          "description": "The time the volume was created from the recovery point."
        }
      ]
    }
  }
}