Amazon Storage Gateway · Example Payload

Amazon Storage Gateway Tape Info Example

BackupFile StorageGatewayHybrid CloudStorage

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

Top-level fields

TapeARNTapeBarcodeTapeSizeInBytesTapeStatusGatewayARNPoolIdRetentionStartDatePoolEntryDate

Example Payload

Raw ↑
{
  "TapeARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "TapeBarcode": "example-value",
  "TapeSizeInBytes": "example-value",
  "TapeStatus": "Active",
  "GatewayARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "PoolId": "example-value",
  "RetentionStartDate": "example-value",
  "PoolEntryDate": "example-value"
}