Class UsagePlanThrottleSettings
Inheritance
System.Object
UsagePlanThrottleSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApiGateway.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UsagePlanThrottleSettings
Fields
View SourceBurstLimit
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
Declaration
public readonly int? BurstLimit
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RateLimit
The API request steady-state rate limit.
Declaration
public readonly double? RateLimit
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |