aws.apigateway.get_usage_plan_key
Example SQL Queries
SELECT * FROMaws.apigateway.get_usage_plan_keyWHERE"usage_plan_id" = 'VALUE'AND "key_id" = 'VALUE';Description
Gets a usage plan key of a given key identifier.
Table Definition
| Column Name | Column Data Type |
|---|---|
| key_id Required Input Column The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer. | VARCHAR |
| 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 |
| _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 |