Class UsagePlanQuotaSettings
Inheritance
System.Object
UsagePlanQuotaSettings
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 UsagePlanQuotaSettings
Fields
View SourceLimit
The maximum number of requests that can be made in a given time period.
Declaration
public readonly int Limit
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Offset
The number of requests subtracted from the given limit in the initial time period.
Declaration
public readonly int? Offset
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Period
The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".
Declaration
public readonly string Period
Field Value
| Type | Description |
|---|---|
| System.String |