Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Volume Recovery Point Info Structure

Describes a storage volume recovery point object.

Type: object Properties: 4
BackupFile StorageGatewayHybrid CloudStorage

VolumeRecoveryPointInfo is a JSON Structure definition published by Amazon Storage Gateway, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VolumeARN VolumeSizeInBytes VolumeUsageInBytes VolumeRecoveryPointTime

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-volume-recovery-point-info-structure.json",
  "name": "VolumeRecoveryPointInfo",
  "description": "Describes a storage volume recovery point object.",
  "properties": {
    "VolumeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the volume target."
        }
      ]
    },
    "VolumeSizeInBytes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/long"
        },
        {
          "description": "The size of the volume in bytes."
        }
      ]
    },
    "VolumeUsageInBytes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/long"
        },
        {
          "description": "<p>The size of the data stored on the volume in bytes.</p> <note> <p>This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.</p> </note>"
        }
      ]
    },
    "VolumeRecoveryPointTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/string"
        },
        {
          "description": "The time the recovery point was taken."
        }
      ]
    }
  }
}