Gets a usage plan key of a given key identifier.
apigateway_get_usage_plan_key(usagePlanId, keyId)
[required] [Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
[required] [Required] The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
A list with the following syntax:
list( id = "string", type = "string", value = "string", name = "string" )
svc$get_usage_plan_key( usagePlanId = "string", keyId = "string" )