Learn R Programming

paws.storage (version 0.1.12)

storagegateway_delete_tape_pool: Delete a custom tape pool

Description

Delete a custom tape pool. A custom tape pool can only be deleted if there are no tapes in the pool and if there are no automatic tape creation policies that reference the custom tape pool.

Usage

storagegateway_delete_tape_pool(PoolARN)

Value

A list with the following syntax:

list(
  PoolARN = "string"
)

Arguments

PoolARN

[required] The Amazon Resource Name (ARN) of the custom tape pool to delete.

Request syntax

svc$delete_tape_pool(
  PoolARN = "string"
)