aws.apigateway.get_usage_plan_keys
Example SQL Queries
SELECT * FROMaws.apigateway.get_usage_plan_keysWHERE"usage_plan_id" = 'VALUE';Description
Gets all the usage plan keys representing the API keys added to a specified usage plan.
Table Definition
| Column Name | Column Data Type |
|---|---|
| usage_plan_id Required Input Column The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer. | VARCHAR |
| name_query Input Column A query parameter specifying the name of the to-be-returned usage plan keys. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| id The Id of a usage plan key. | VARCHAR |
| name The name of a usage plan key. | VARCHAR |
| type The type of a usage plan key. Currently, the valid key type is API_KEY. | VARCHAR |
| value The value of a usage plan key. | VARCHAR |