worklink:DescribeDevice

Read

worklink:DescribeDevice is a Read access-level action in the worklink service. Grants permission to describe details of a device associated with an Amazon WorkLink fleet

Resource types

ARNs that worklink:DescribeDevice 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:DescribeDevice.

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:DescribeDevice. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in worklink

View all worklink actions →