put_hypervisor_property_mappings(**kwargs)¶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 also: AWS API Documentation
Request Syntax
response = client.put_hypervisor_property_mappings(
    HypervisorArn='string',
    IamRoleArn='string',
    VmwareToAwsTagMappings=[
        {
            'AwsTagKey': 'string',
            'AwsTagValue': 'string',
            'VmwareCategory': 'string',
            'VmwareTagName': 'string'
        },
    ]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the hypervisor.
[REQUIRED]
The Amazon Resource Name (ARN) of the IAM role.
[REQUIRED]
This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
This displays the mapping of on-premises VMware tags to the corresponding Amazon Web Services tags.
The key part of the Amazon Web Services tag's key-value pair.
The value part of the Amazon Web Services tag's key-value pair.
The is the category of VMware.
This is the user-defined name of a VMware tag.
dict
Response Syntax
{
    'HypervisorArn': 'string'
}
Response Structure
(dict) --
HypervisorArn (string) --
The Amazon Resource Name (ARN) of the hypervisor.
Exceptions
BackupGateway.Client.exceptions.ValidationExceptionBackupGateway.Client.exceptions.ConflictExceptionBackupGateway.Client.exceptions.InternalServerExceptionBackupGateway.Client.exceptions.AccessDeniedExceptionBackupGateway.Client.exceptions.ResourceNotFoundExceptionBackupGateway.Client.exceptions.ThrottlingException