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 rule that maps a claim name, a claim value, and a match type to a role ARN.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentity.Model.MappingRule

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

Syntax

C#
public class MappingRule

The MappingRule type exposes the following members

Constructors

NameDescription
Public Method MappingRule()

Properties

NameTypeDescription
Public Property Claim System.String

Gets and sets the property Claim.

The claim name that must be present in the token, for example, "isAdmin" or "paid".

Public Property MatchType Amazon.CognitoIdentity.MappingRuleMatchType

Gets and sets the property MatchType.

The match condition that specifies how closely the claim value in the IdP token must match Value.

Public Property RoleARN System.String

Gets and sets the property RoleARN.

The role ARN.

Public Property Value System.String

Gets and sets the property Value.

A brief string that the claim must match, for example, "paid" or "yes".

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