backup-gateway:PutHypervisorPropertyMappings

Write

backup-gateway:PutHypervisorPropertyMappings is a Write access-level action in the backup-gateway service. Grants permission to PutHypervisorPropertyMappings

Resource types

ARNs that backup-gateway:PutHypervisorPropertyMappings can be scoped to in an IAM policy.

arn:${Partition}:backup-gateway:${Region}:${Account}:hypervisor/${HypervisorId}
hypervisor

Condition keys

Keys you can use in the Condition block of a policy that grants backup-gateway:PutHypervisorPropertyMappings.

aws:ResourceTag/${TagKey} String

Filters access by tag-value associated with the resource

Dependent actions

To use backup-gateway:PutHypervisorPropertyMappings you may also need to grant:

Example IAM policy

A minimal policy that allows backup-gateway:PutHypervisorPropertyMappings. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBackupgatewayPutHypervisorPropertyMappings",
      "Effect": "Allow",
      "Action": "backup-gateway:PutHypervisorPropertyMappings",
      "Resource": "*"
    }
  ]
}

Related actions in backup-gateway

View all backup-gateway actions →