Show / Hide Table of Contents

Class AccountThrottleSettings

Inheritance
System.Object
AccountThrottleSettings
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 AccountThrottleSettings

Fields

View Source

BurstLimit

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

Declaration
public readonly int? BurstLimit
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RateLimit

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

Declaration
public readonly double? RateLimit
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.