geo:StartJob

Write

geo:StartJob is a Write access-level action in the geo service. Grants permission to start a job

Resource types

ARNs that geo:StartJob can be scoped to in an IAM policy.

arn:${Partition}:geo:${Region}:${Account}:job/${JobId}
job

Condition keys

Keys you can use in the Condition block of a policy that grants geo:StartJob.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs in the request

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGeoStartJob",
      "Effect": "Allow",
      "Action": "geo:StartJob",
      "Resource": "*"
    }
  ]
}

Related actions in geo

View all geo actions →