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