Skip to main content

ICognitoIdentityProviderCompromisedCredentialsRiskConfigurationType

Interface in AWS.CognitoIdentityProvider

Interface for CompromisedCredentialsRiskConfigurationType.

Properties

Actions

property Actions: ICognitoIdentityProviderCompromisedCredentialsActionsType

Type: ICognitoIdentityProviderCompromisedCredentialsActionsType

The compromised credentials risk configuration actions.

EventFilter

property EventFilter: TList<string>

A list of events to perform the actions for.

Valid values: SIGN_IN | PASSWORD_CHANGE | SIGN_UP. The default is to perform the actions for all events if no event filter is specified.

Methods

AddEventFilter

function AddEventFilter(const AEvent: string): Integer;

Add an event to EventFilter.

Parameters

NameDescription
AEventSpecify an event to add to EventFilter. Valid values:||.

Returns

Returns the index of the event added to EventFilter.