usage_plans
Retrieves a list of usage_plans
in a region
Overview
Name | usage_plans |
Type | Resource |
Description | usage_plans |
Id | awscc.apigateway.usage_plans |
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_plans
WHERE region = 'us-east-1'
Permissions
To operate on the usage_plans
resource, the following permissions are required:
Create
apigateway:POST,
apigateway:GET,
apigateway:PUT
List
apigateway:GET