aws.backup_gateway.list_gateways
Example SQL Queries
SELECT * FROMaws.backup_gateway.list_gateways;Description
Lists backup gateways owned by an Amazon Web Services account in an Amazon Web Services Region. The returned list is ordered by gateway Amazon Resource Name (ARN).
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 |
| 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_display_name The display name of the gateway. | VARCHAR |
| gateway_type The type of the gateway. | VARCHAR |
| hypervisor_id The hypervisor ID of the gateway. | VARCHAR |
| last_seen_time The last time Backup gateway communicated with the gateway, in Unix format and UTC time. | TIMESTAMP_S |