aws.storagegateway.describe_tape_recovery_points
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_tape_recovery_pointsWHERE"gateway_arn" = 'VALUE';Description
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
A recovery point is a point-in-time view of a virtual tape at which all the data on the virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway. This operation is only supported in the tape gateway type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Required Input Column The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. | VARCHAR |
| _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 |
| tape_recovery_point_infos An array of TapeRecoveryPointInfos that are available for the specified gateway. | STRUCT( |
Show child fields
| |