aws.storagegateway.list_volume_initiators
Example SQL Queries
SELECT * FROMaws.storagegateway.list_volume_initiatorsWHERE"volume_arn" = 'VALUE';Description
Lists iSCSI initiators that are connected to a volume. You can use this operation to determine whether a volume is being used or not. This operation is only supported in the cached volume and stored volume gateway types.
Table Definition
| Column Name | Column Data Type |
|---|---|
| volume_arn Required Input Column The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway. | 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 |
| initiators The host names and port numbers of all iSCSI initiators that are connected to the gateway. | VARCHAR[] |
Show child fields
| |