aws.backup_gateway.list_hypervisors
Example SQL Queries
SELECT * FROMaws.backup_gateway.list_hypervisors;Description
Lists your hypervisors.
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 |
| host The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN). | VARCHAR |
| hypervisor_arn The Amazon Resource Name (ARN) of the hypervisor. | VARCHAR |
| kms_key_arn The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor. | VARCHAR |
| name The name of the hypervisor. | VARCHAR |
| state The state of the hypervisor. | VARCHAR |