usage_plan_keys
Retrieves a list of usage_plan_keys
in a region
Overview
Name | usage_plan_keys |
Type | Resource |
Description | usage_plan_keys |
Id | awscc.apigateway.usage_plan_keys |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.apigateway.usage_plan_keys
WHERE region = 'us-east-1'
Permissions
To operate on the usage_plan_keys
resource, the following permissions are required:
Create
apigateway:POST,
apigateway:GET
List
apigateway:GET