apigateway_create_usage_plan {paws.networking} | R Documentation |
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload
Description
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.
Usage
apigateway_create_usage_plan(
name,
description = NULL,
apiStages = NULL,
throttle = NULL,
quota = NULL,
tags = NULL
)
Arguments
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 |
[Package paws.networking version 0.9.0 Index]