Skip to main content

usage_plan_keys_list_only

Lists usage_plan_keys in a region or regions, for all properties use usage_plan_keys

Overview

Nameusage_plan_keys_list_only
TypeResource
DescriptionThe AWS::ApiGateway::UsagePlanKey resource associates an API key with a usage plan. This association determines which users the usage plan is applied to.
Idaws.apigateway.usage_plan_keys_list_only

Fields

NameDatatypeDescription
idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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