Amazon FSx · Example Payload

Amazon Fsx Backup Example

File SystemsLustreNetAppOpenZFSStorageWindows

Amazon Fsx Backup Example is an example object payload from Amazon FSx, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

BackupIdLifecycleTypeCreationTimeResourceARNTagsOwnerId

Example Payload

Raw ↑
{
  "BackupId": "backup-abc1234567890def",
  "Lifecycle": "AVAILABLE",
  "Type": "USER_INITIATED",
  "CreationTime": "2025-06-01T02:00:00Z",
  "ResourceARN": "arn:aws:fsx:us-east-1:123456789012:backup/backup-abc1234567890def",
  "Tags": [
    {
      "Key": "BackupType",
      "Value": "PreMaintenance"
    }
  ],
  "OwnerId": "123456789012"
}