Show / Hide Table of Contents

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 Source

Limit

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
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.