api_keys
Retrieves a list of api_keys
in a region
Overview
Name | api_keys |
Type | Resource |
Description | api_keys |
Id | awscc.location.api_keys |
Fields
Name | Datatype | Description |
---|---|---|
key_name | string | |
region | string | AWS 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