apigateway_get_usage_plan_key: Gets a usage plan key of a given key identifier
Description
Gets a usage plan key of a given key identifier.
Usage
apigateway_get_usage_plan_key(usagePlanId, keyId)
Arguments
usagePlanId
[required] [Required] The Id of the UsagePlan resource representing the usage
plan containing the to-be-retrieved UsagePlanKey resource representing a
plan customer.
keyId
[required] [Required] The key Id of the to-be-retrieved UsagePlanKey resource
representing a plan customer.
Request syntax
svc$get_usage_plan_key(
usagePlanId = "string",
keyId = "string"
)