worklink:RestoreDomainAccess

Write

worklink:RestoreDomainAccess is a Write access-level action in the worklink service. Grants permission to restore access to a domain associated with an Amazon WorkLink fleet

Resource types

ARNs that worklink:RestoreDomainAccess can be scoped to in an IAM policy.

arn:${Partition}:worklink::${Account}:fleet/${FleetName}
fleet

Condition keys

Keys you can use in the Condition block of a policy that grants worklink:RestoreDomainAccess.

aws:ResourceTag/${TagKey} String

Filters actions based on tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows worklink:RestoreDomainAccess. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorklinkRestoreDomainAccess",
      "Effect": "Allow",
      "Action": "worklink:RestoreDomainAccess",
      "Resource": "*"
    }
  ]
}

Related actions in worklink

View all worklink actions →