backupgateway_put_hypervisor_property_mappings {paws.networking}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 on-premises hypervisor to the properties available in Amazon Web Services.

See https://www.paws-r-sdk.com/docs/backupgateway_put_hypervisor_property_mappings/ for full documentation.

Usage

backupgateway_put_hypervisor_property_mappings(
  HypervisorArn,
  IamRoleArn,
  VmwareToAwsTagMappings
)

Arguments

HypervisorArn

[required] The Amazon Resource Name (ARN) of the hypervisor.

IamRoleArn

[required] The Amazon Resource Name (ARN) of the IAM role.

VmwareToAwsTagMappings

[required] This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.


[Package paws.networking version 0.7.0 Index]