devicefarm:GetDevicePoolCompatibility

Read

devicefarm:GetDevicePoolCompatibility is a Read access-level action in the devicefarm service. Grants permission to retrieve information about the compatibility of a test and/or app with a device pool

Resource types

ARNs that devicefarm:GetDevicePoolCompatibility can be scoped to in an IAM policy.

arn:${Partition}:devicefarm:${Region}:${Account}:devicepool:${ResourceId}
devicepool
arn:${Partition}:devicefarm:${Region}:${Account}:upload:${ResourceId}
upload

Condition keys

Keys you can use in the Condition block of a policy that grants devicefarm:GetDevicePoolCompatibility.

aws:ResourceTag/${TagKey} String

Filters actions based on tag-value assoicated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDevicefarmGetDevicePoolCompatibility",
      "Effect": "Allow",
      "Action": "devicefarm:GetDevicePoolCompatibility",
      "Resource": "*"
    }
  ]
}

Related actions in devicefarm

View all devicefarm actions →