Get Hypervisor Property Mappings
backupgateway_get_hypervisor_property_mappings | R Documentation |
This action retrieves the property mappings for the specified hypervisor¶
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.
Usage¶
Arguments¶
HypervisorArn
[required] The Amazon Resource Name (ARN) of the hypervisor.
Value¶
A list with the following syntax:
list(
HypervisorArn = "string",
IamRoleArn = "string",
VmwareToAwsTagMappings = list(
list(
AwsTagKey = "string",
AwsTagValue = "string",
VmwareCategory = "string",
VmwareTagName = "string"
)
)
)