Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Create Snapshot Output Structure

A JSON object containing the following fields:

Type: object Properties: 2
BackupFile StorageGatewayHybrid CloudStorage

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

Properties

VolumeARN SnapshotId

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-create-snapshot-output-structure.json",
  "name": "CreateSnapshotOutput",
  "description": "A JSON object containing the following fields:",
  "properties": {
    "VolumeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the volume of which the snapshot was taken."
        }
      ]
    },
    "SnapshotId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnapshotId"
        },
        {
          "description": "The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API <code>DescribeSnapshots</code>) or creating a volume from a snapshot (<a>CreateStorediSCSIVolume</a>)."
        }
      ]
    }
  }
}