Class UsagePlanQuotaSettingsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UsagePlanQuotaSettingsArgs : ResourceArgs
Constructors
View SourceUsagePlanQuotaSettingsArgs()
Declaration
public UsagePlanQuotaSettingsArgs()
Properties
View SourceLimit
The maximum number of requests that can be made in a given time period.
Declaration
public Input<int> Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Offset
The number of requests subtracted from the given limit in the initial time period.
Declaration
public Input<int> Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Period
The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".
Declaration
public Input<string> Period { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |