usage_plan_keys_list_only
Lists usage_plan_keys
in a region or regions, for all properties use usage_plan_keys
Overview
Name | usage_plan_keys_list_only |
Type | Resource |
Description | The AWS::ApiGateway::UsagePlanKey resource associates an API key with a usage plan. This association determines which users the usage plan is applied to. |
Id | aws.apigateway.usage_plan_keys_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all usage_plan_keys
in a region.
SELECT
region,
id
FROM aws.apigateway.usage_plan_keys_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the usage_plan_keys_list_only
resource, see usage_plan_keys