aws.backup_gateway.get_hypervisor_property_mappings
Example SQL Queries
SELECT * FROMaws.backup_gateway.get_hypervisor_property_mappingsWHERE"hypervisor_arn" = 'VALUE';Description
This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hypervisor_arn Required Input Column The Amazon Resource Name (ARN) of the hypervisor. | 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 |
| iam_role_arn The Amazon Resource Name (ARN) of the IAM role. | VARCHAR |
| vmware_to_aws_tag_mappings This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags. | STRUCT( |
Show child fields
| |