Skip to main content

api_keys

Retrieves a list of api_keys in a region

Overview

Nameapi_keys
TypeResource
Descriptionapi_keys
Idawscc.location.api_keys

Fields

NameDatatypeDescription
key_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
key_name
FROM awscc.location.api_keys
WHERE region = 'us-east-1'

Permissions

To operate on the api_keys resource, the following permissions are required:

Create

geo:CreateKey,
geo:DescribeKey,
geo:TagResource,
geo:UntagResource,
geo:GetMapTile,
geo:GetMapStyleDescriptor,
geo:GetMapSprites,
geo:GetMapGlyphs,
geo:SearchPlaceIndexForText,
geo:SearchPlaceIndexForPosition,
geo:SearchPlaceIndexForSuggestions,
geo:GetPlace,
geo:CalculateRoute,
geo:CalculateRouteMatrix

List

geo:ListKeys