Skip to main content

usage_plan_key

Gets an individual usage_plan_key resource

Overview

Nameusage_plan_key
TypeResource
Descriptionusage_plan_key
Idawscc.apigateway.usage_plan_key

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
key_id,
key_type,
usage_plan_id,
id
FROM awscc.apigateway.usage_plan_key
WHERE data__Identifier = '<Id>';

Permissions

To operate on the usage_plan_key resource, the following permissions are required:

Read

apigateway:GET

Delete

apigateway:DELETE,
apigateway:GET