Amazon FSx · JSON Structure

Amazon Fsx Snapshot Structure

A point-in-time snapshot of an Amazon FSx for OpenZFS volume.

Type: object Properties: 0
File SystemsLustreNetAppOpenZFSStorageWindows

Snapshot is a JSON Structure definition published by Amazon FSx. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fsx/refs/heads/main/json-structure/amazon-fsx-snapshot-structure.json",
  "name": "Snapshot",
  "description": "A point-in-time snapshot of an Amazon FSx for OpenZFS volume.",
  "type": "object",
  "fields": [
    {
      "name": "SnapshotId",
      "type": "string",
      "description": "Unique ID of the snapshot."
    },
    {
      "name": "Name",
      "type": "string",
      "description": "Name of the snapshot.",
      "required": true
    },
    {
      "name": "VolumeId",
      "type": "string",
      "description": "ID of the volume this snapshot was taken from.",
      "required": true
    },
    {
      "name": "CreationTime",
      "type": "datetime",
      "description": ""
    },
    {
      "name": "Lifecycle",
      "type": "string",
      "description": "",
      "enum": [
        "PENDING",
        "CREATING",
        "DELETING",
        "AVAILABLE"
      ]
    },
    {
      "name": "ResourceARN",
      "type": "string",
      "description": ""
    },
    {
      "name": "Tags",
      "type": "array",
      "description": ""
    },
    {
      "name": "AdministrativeActions",
      "type": "array",
      "description": ""
    }
  ]
}