aws.storagegateway.list_gateways
Example SQL Queries
SELECT * FROMaws.storagegateway.list_gateways;Description
Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).
By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.
If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| deprecation_date Date after which this gateway will not receive software updates for new features and bug fixes. | VARCHAR |
| ec2_instance_id The ID of the Amazon EC2 instance that was used to launch the gateway. | VARCHAR |
| ec2_instance_region The Amazon Web Services Region where the Amazon EC2 instance is located. | VARCHAR |
| gateway_arn 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 |
| gateway_id The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations. | VARCHAR |
| gateway_name The name of the gateway. | VARCHAR |
| gateway_operational_state The state of the gateway. Valid Values: DISABLED | ACTIVE | VARCHAR |
| gateway_type The type of the gateway. | VARCHAR |
| host_environment The type of hardware or software platform on which the gateway is running. Tape Gateway is no longer available on Snow Family devices. | VARCHAR |
| host_environment_id A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type. | VARCHAR |
| software_version The version number of the software running on the gateway appliance. | VARCHAR |