hypervisor_tags
Expands all tag keys and values for hypervisors
in a region
Overview
Name | hypervisor_tags |
Type | Resource |
Description | Definition of AWS::BackupGateway::Hypervisor Resource Type |
Id | aws.backupgateway.hypervisor_tags |
Fields
Name | Datatype | Description |
---|---|---|
host | string | |
hypervisor_arn | string | |
kms_key_arn | string | |
log_group_arn | string | |
name | string | |
password | string | |
username | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all hypervisors
in a region.
SELECT
region,
host,
hypervisor_arn,
kms_key_arn,
log_group_arn,
name,
password,
username,
tag_key,
tag_value
FROM aws.backupgateway.hypervisor_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the hypervisor_tags
resource, see hypervisors