aws.backup_gateway.list_virtual_machines
Example SQL Queries
SELECT * FROMaws.backup_gateway.list_virtual_machines;Description
Lists your virtual machines.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hypervisor_arn Input Column The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine. | 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 |
| host_name The host name of the virtual machine. | VARCHAR |
| hypervisor_id The ID of the virtual machine's hypervisor. | VARCHAR |
| last_backup_date The most recent date a virtual machine was backed up, in Unix format and UTC time. | TIMESTAMP_S |
| name The name of the virtual machine. | VARCHAR |
| path The path of the virtual machine. | VARCHAR |
| resource_arn The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL. | VARCHAR |