devicefarm:UpdateProject is a Write access-level action in the devicefarm service. Grants permission to modify an existing mobile testing project
ARNs that devicefarm:UpdateProject can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants devicefarm:UpdateProject.
Filters actions based on tag-value assoicated with the resource
To use devicefarm:UpdateProject you may also need to grant:
A minimal policy that allows devicefarm:UpdateProject. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDevicefarmUpdateProject",
"Effect": "Allow",
"Action": "devicefarm:UpdateProject",
"Resource": "*"
}
]
}