AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The limit definition and current limit values for a provisioned limit.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.LimitType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class LimitType

The LimitType type exposes the following members

Constructors

NameDescription
Public Method LimitType()

Properties

NameTypeDescription
Public Property FreeLimitValue System.Nullable<System.Int32>

Gets and sets the property FreeLimitValue.

The default (free) limit value, in requests per second (RPS). This is the rate included at no additional cost.

Public Property LimitDefinition Amazon.CognitoIdentityProvider.Model.LimitDefinitionType

Gets and sets the property LimitDefinition.

The definition that identifies this limit, including the class and attributes.

Public Property ProvisionedLimitValue System.Nullable<System.Int32>

Gets and sets the property ProvisionedLimitValue.

The provisioned limit value, in requests per second (RPS). This is the rate that Amazon Cognito currently enforces for your account.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer