Skip to main content

api_keys

Retrieves a list of api_keys in a region

Overview

Nameapi_keys
TypeResource
Descriptionapi_keys
Idawscc.apigateway.api_keys

Fields

NameDatatypeDescription
api_key_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
api_key_id
FROM awscc.apigateway.api_keys
WHERE region = 'us-east-1'

Permissions

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

Create

apigateway:POST,
apigateway:GET,
apigateway:PUT

List

apigateway:GET