hypervisors_list_only
Lists hypervisors
in a region or regions, for all properties use hypervisors
Overview
Name | hypervisors_list_only |
Type | Resource |
Description | Definition of AWS::BackupGateway::Hypervisor Resource Type |
Id | aws.backupgateway.hypervisors_list_only |
Fields
Name | Datatype | Description |
---|---|---|
host | string | |
hypervisor_arn | string | |
kms_key_arn | string | |
log_group_arn | string | |
name | string | |
password | string | |
tags | array | |
username | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all hypervisors
in a region.
SELECT
region,
hypervisor_arn
FROM aws.backupgateway.hypervisors_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hypervisors_list_only
resource, see hypervisors