UsagePlan

class UsagePlan : KotlinCustomResource

Resource Type definition for AWS::ApiGateway::UsagePlan

Properties

Link copied to clipboard

The API stages to associate with this usage plan.

Link copied to clipboard
val description: Output<String>?

A description of the usage plan.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configures the number of requests that users can make within a given interval.

Link copied to clipboard
val tags: Output<List<UsagePlanTag>>?

An array of arbitrary tags (key-value pairs) to associate with the usage plan.

Link copied to clipboard

Configures the overall request rate (average requests per second) and burst capacity.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val usagePlanName: Output<String>?

A name for the usage plan.