UsagePlan

class UsagePlan

Represents a usage plan used to specify who can assess associated API stages. Optionally, target request rate and quota limits can be set. In some cases clients can exceed the targets that you set. Don’t rely on usage plans to control costs. Consider using Amazon Web Services Budgets to monitor costs and WAF to manage API requests.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The associated API stages of a usage plan.

Link copied to clipboard

The description of a usage plan.

Link copied to clipboard
val id: String?

The identifier of a UsagePlan resource.

Link copied to clipboard
val name: String?

The name of a usage plan.

Link copied to clipboard

The Amazon Web Services Marketplace product identifier to associate with the usage plan as a SaaS product on the Amazon Web Services Marketplace.

Link copied to clipboard

The target maximum number of permitted requests per a given unit time interval.

Link copied to clipboard

The collection of tags. Each tag element is associated with a given resource.

Link copied to clipboard

A map containing method level throttling information for API stage in a usage plan.

Functions

Link copied to clipboard
inline fun copy(block: UsagePlan.Builder.() -> Unit = {}): UsagePlan
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String