Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload
Source:R/apigateway_operations.R
apigateway_create_usage_plan.RdCreates 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.
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
aws:. The tag value can be up to 256 characters.