api_keys_list_only
Lists api_keys in a region or regions, for all properties use api_keys
Overview
| Name | api_keys_list_only |
| Type | Resource |
| Description | The ``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. |
| Id | awscc.apigateway.api_keys_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
api_key_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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