geo-maps:GetStaticMap

Read

geo-maps:GetStaticMap is a Read access-level action in the geo-maps service. Grants permission to retrieve the static map

Resource types

ARNs that geo-maps:GetStaticMap can be scoped to in an IAM policy.

arn:${Partition}:geo-maps:${Region}::provider/default
provider

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in geo-maps

View all geo-maps actions →