Skip to main content

api_keys_list_only

Lists api_keys in a region or regions, for all properties use api_keys

Overview

Nameapi_keys_list_only
TypeResource
DescriptionThe ``AWS::ApiGateway::ApiKey`` resource creates a unique key that you can distribute to clients who are executing API Gateway ``Method`` resources that require an API key. To specify which API key clients must use, map the API key with the ``RestApi`` and ``Stage`` resources that include the methods that require a key.
Idawscc.apigateway.api_keys_list_only

Fields

NameDatatypeDescription
api_key_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all api_keys in a region.

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

Permissions

For permissions required to operate on the api_keys_list_only resource, see api_keys