View source: R/apigateway_operations.R
apigateway_create_usage_plan_key | R Documentation |
Creates a usage plan key for adding an existing API key to a usage plan.
See https://www.paws-r-sdk.com/docs/apigateway_create_usage_plan_key/ for full documentation.
apigateway_create_usage_plan_key(usagePlanId, keyId, keyType)
usagePlanId |
[required] The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer. |
keyId |
[required] The identifier of a UsagePlanKey resource for a plan customer. |
keyType |
[required] The type of a UsagePlanKey resource for a plan customer. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.