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
| Name | Description |
|---|---|
AClaim | The claim name that must be present in the token. |
AMatchType | The match condition that specifies how closely the claim value in the Identity Provider (IdP) token must match Value. Valid values:|||. |
AValue | A string value that the claim must match. |
ARoleARN | The Amazon Resource Name (ARN) of a role. |