Show / Hide Table of Contents

Class UsagePlanThrottleSettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UsagePlanThrottleSettingsArgs
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 UsagePlanThrottleSettingsArgs : ResourceArgs

Constructors

View Source

UsagePlanThrottleSettingsArgs()

Declaration
public UsagePlanThrottleSettingsArgs()

Properties

View Source

BurstLimit

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 Input<int> BurstLimit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RateLimit

The API request steady-state rate limit.

Declaration
public Input<double> RateLimit { get; set; }
Property Value
Type Description
Input<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.