class Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType

The compromised credentials risk configuration type.

@note When making an API call, you may pass CompromisedCredentialsRiskConfigurationType

data as a hash:

    {
      event_filter: ["SIGN_IN"], # accepts SIGN_IN, PASSWORD_CHANGE, SIGN_UP
      actions: { # required
        event_action: "BLOCK", # required, accepts BLOCK, NO_ACTION
      },
    }

@!attribute [rw] event_filter

Perform the action for these events. The default is to perform all
events if no event filter is specified.
@return [Array<String>]

@!attribute [rw] actions

The compromised credentials risk configuration actions.
@return [Types::CompromisedCredentialsActionsType]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/CompromisedCredentialsRiskConfigurationType AWS API Documentation

Constants

SENSITIVE