AWS SDK Version 3 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.

A container for rules.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentity.Model.RulesConfigurationType

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

Syntax

C#
public class RulesConfigurationType

The RulesConfigurationType type exposes the following members

Constructors

NameDescription
Public Method RulesConfigurationType()

Properties

NameTypeDescription
Public Property Rules System.Collections.Generic.List<Amazon.CognitoIdentity.Model.MappingRule>

Gets and sets the property Rules.

An array of rules. You can specify up to 25 rules per identity provider.

Rules are evaluated in order. The first one to match specifies the role.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5