Show / Hide Table of Contents

Class UsagePlanQuotaSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UsagePlanQuotaSettingsArgs
Inherited Members
ResourceArgs.Empty
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 Source

UsagePlanQuotaSettingsArgs()

Declaration
public UsagePlanQuotaSettingsArgs()

Properties

View Source

Limit

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

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

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