ICognitoIdentityRulesConfigurationType
Interface in AWS.CognitoIdentity
Interface for RulesConfigurationType.
Properties
Rules
property Rules: TList<ICognitoIdentityMappingRule>
Type: ICognitoIdentityMappingRule
A list of rules.
You can specify up to 25 rules per identity provider. Rules are evaluated in order. The first match specifies the role.
Methods
AddRule
function AddRule(const ARule: ICognitoIdentityMappingRule): Integer;
Add a rule to Rules.
Parameters
| Name | Description |
|---|---|
ARule | Specify a rule to add to Rules. |
Returns
Returns the index of the rule added to Rules.