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 |
---|---|---|
key_id | string | The Id of the UsagePlanKey resource. |
key_type | string | The type of a UsagePlanKey resource for a plan customer. |
usage_plan_id | string | The Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer. |
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