hypervisors
Retrieves a list of hypervisors
in a region
Overview
Name | hypervisors |
Type | Resource |
Description | hypervisors |
Id | awscc.backupgateway.hypervisors |
Fields
Name | Datatype | Description |
---|---|---|
hypervisor_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
hypervisor_arn
FROM awscc.backupgateway.hypervisors
WHERE region = 'us-east-1'
Permissions
To operate on the hypervisors
resource, the following permissions are required:
Create
backup-gateway:ImportHypervisorConfiguration,
backup-gateway:GetHypervisor,
backup-gateway:ListHypervisors,
backup-gateway:TagResource,
kms:CreateGrant,
kms:Encrypt,
kms:Decrypt
List
backup-gateway:ListHypervisors