Amazon Storage Gateway · Example Payload

Amazon Storage Gateway Pool Info Example

BackupFile StorageGatewayHybrid CloudStorage

Amazon Storage Gateway Pool Info Example is an example object payload from Amazon Storage Gateway, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PoolARNPoolNameStorageClassRetentionLockTypeRetentionLockTimeInDaysPoolStatus

Example Payload

Raw ↑
{
  "PoolARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "PoolName": "MyResource",
  "StorageClass": "example-value",
  "RetentionLockType": "example-value",
  "RetentionLockTimeInDays": "example-value",
  "PoolStatus": "Active"
}