Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Gets a usage plan key of a given key identifier.
1 | apigateway_get_usage_plan_key(usagePlanId, keyId)
|
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. |
A list with the following syntax:
1 2 3 4 5 6 |
1 2 3 4 | svc$get_usage_plan_key(
usagePlanId = "string",
keyId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.