View source: R/apigateway_operations.R
apigateway_create_usage_plan | R Documentation |
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
See https://www.paws-r-sdk.com/docs/apigateway_create_usage_plan/ for full documentation.
apigateway_create_usage_plan(
name,
description = NULL,
apiStages = NULL,
throttle = NULL,
quota = NULL,
tags = NULL
)
name |
[required] The name of the usage plan. |
description |
The description of the usage plan. |
apiStages |
The associated API stages of the usage plan. |
throttle |
The throttling limits of the usage plan. |
quota |
The quota of the usage plan. |
tags |
The key-value map of strings. The valid character set is
[a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not
start with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.