Skip to main content

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;

ICognitoIdentityMappingRule

Add a rule to Rules.

Parameters

NameDescription
ARuleSpecify a rule to add to Rules.

Returns

Returns the index of the rule added to Rules.