Skip to main content

TCognitoIdentityMappingRule

Class in AWS.CognitoIdentity

MappingRule class.

Ancestors

Properties

Claim

property Claim: string

MatchType

property MatchType: string

RoleARN

property RoleARN: TARN

Value

property Value: string

Constructors

Create

constructor Create; overload;

Constructor for TCognitoIdentityMappingRule.


constructor Create(const AClaim, AMatchType, AValue: string; const ARoleARN: TARN); overload;

Constructor for TCognitoIdentityMappingRule.

Parameters

NameDescription
AClaimThe claim name that must be present in the token.
AMatchTypeThe match condition that specifies how closely the claim value in the Identity Provider (IdP) token must match Value. Valid values:|||.
AValueA string value that the claim must match.
ARoleARNThe Amazon Resource Name (ARN) of a role.