Amazon Storage Gateway · Example Payload

Amazon Storage Gateway Create Tapes Input Example

BackupFile StorageGatewayHybrid CloudStorage

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

Top-level fields

GatewayARNTapeSizeInBytesClientTokenNumTapesToCreateTapeBarcodePrefixKMSEncryptedKMSKeyPoolIdWormTags

Example Payload

Raw ↑
{
  "GatewayARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "TapeSizeInBytes": "example-value",
  "ClientToken": "example-value",
  "NumTapesToCreate": "example-value",
  "TapeBarcodePrefix": "example-value",
  "KMSEncrypted": "example-value",
  "KMSKey": "example-value",
  "PoolId": "example-value",
  "Worm": "example-value",
  "Tags": "example-value"
}