aws.storagegateway.list_tape_pools
Example SQL Queries
SELECT * FROMaws.storagegateway.list_tape_pools;Description
Lists custom tape pools. You specify custom tape pools to list by specifying one or more custom tape pool Amazon Resource Names (ARNs). If you don't specify a custom tape pool ARN, the operation lists all custom tape pools.
This operation supports pagination. You can optionally specify the Limit parameter in the body to limit the number of tape pools in the response. If the number of tape pools returned in the response is truncated, the response includes a Marker element that you can use in your subsequent request to retrieve the next set of tape pools.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pool_ar_ns Input Column The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| pool_arn The Amazon Resource Name (ARN) of the custom tape pool. Use the ListTapePools operation to return a list of custom tape pools for your account and Amazon Web Services Region. | VARCHAR |
| pool_name The name of the custom tape pool. PoolName can use all ASCII characters, except '/' and '\'. | VARCHAR |
| pool_status Status of the custom tape pool. Pool can be ACTIVE or DELETED. | VARCHAR |
| retention_lock_time_in_days Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days). | BIGINT |
| retention_lock_type Tape retention lock type, which can be configured in two modes. When configured in governance mode, Amazon Web Services accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root Amazon Web Services account. | VARCHAR |
| storage_class The storage class that is associated with the custom 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. | VARCHAR |