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
key_idstringThe Id of the UsagePlanKey resource.
key_typestringThe type of a UsagePlanKey resource for a plan customer.
usage_plan_idstringThe Id of the UsagePlan resource representing the usage plan containing the UsagePlanKey resource representing a plan customer.
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