Show / Hide Table of Contents

Class AccountThrottleSettingsArgs

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

Constructors

View Source

AccountThrottleSettingsArgs()

Declaration
public AccountThrottleSettingsArgs()

Properties

View Source

BurstLimit

The absolute maximum number of times API Gateway allows the API to be called per second (RPS).

Declaration
public Input<int> BurstLimit { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RateLimit

The number of times API Gateway allows the API to be called per second on average (RPS).

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