Skip to content

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

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.

Value

A list with the following syntax:

list(
  HypervisorArn = "string"
)

Request syntax

svc$put_hypervisor_property_mappings(
  HypervisorArn = "string",
  IamRoleArn = "string",
  VmwareToAwsTagMappings = list(
    list(
      AwsTagKey = "string",
      AwsTagValue = "string",
      VmwareCategory = "string",
      VmwareTagName = "string"
    )
  )
)