Learn R Programming

paws.storage (version 0.1.9)

storagegateway_assign_tape_pool: Assigns a tape to a tape pool for archiving

Description

Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.

Usage

storagegateway_assign_tape_pool(TapeARN, PoolId)

Arguments

TapeARN

[required] The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.

PoolId

[required] The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.

Valid Values: GLACIER \| DEEP_ARCHIVE

Request syntax

svc$assign_tape_pool(
  TapeARN = "string",
  PoolId = "string"
)

Details

Valid Values: GLACIER \| DEEP_ARCHIVE