Put Hypervisor Property Mappings
| backupgateway_put_hypervisor_property_mappings | R Documentation |
This action sets the property mappings for the specified hypervisor¶
Description¶
This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the hypervisor to the properties available in Amazon Web Services.
Usage¶
backupgateway_put_hypervisor_property_mappings(HypervisorArn,
VmwareToAwsTagMappings, IamRoleArn)
Arguments¶
HypervisorArn |
[required] The Amazon Resource Name (ARN) of the hypervisor. |
VmwareToAwsTagMappings |
[required] This action requests the mappings of VMware tags to the Amazon Web Services tags. |
IamRoleArn |
[required] The Amazon Resource Name (ARN) of the IAM role. |
Value¶
A list with the following syntax:
list(
HypervisorArn = "string"
)
Request syntax¶
svc$put_hypervisor_property_mappings(
HypervisorArn = "string",
VmwareToAwsTagMappings = list(
list(
VmwareCategory = "string",
VmwareTagName = "string",
AwsTagKey = "string",
AwsTagValue = "string"
)
),
IamRoleArn = "string"
)