aws.backup_gateway.get_virtual_machine
Example SQL Queries
SELECT * FROMaws.backup_gateway.get_virtual_machineWHERE"resource_arn" = 'VALUE';Description
By providing the ARN (Amazon Resource Name), this API returns the virtual machine.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the 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 |
| virtual_machine This object contains the basic attributes of VirtualMachine contained by the output of GetVirtualMachine | STRUCT( |
Show child fields
| |