aws.storagegateway.describe_vtl_devices
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_vtl_devicesWHERE"gateway_arn" = 'VALUE';Description
Returns a description of virtual tape library (VTL) devices for the specified tape gateway. In the response, Storage Gateway returns VTL device information.
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 |
| vtl_device_ar_ns Input Column An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device. All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway. | 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 |
| vtl_devices An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices. | STRUCT( |
Show child fields
| |