You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CompromisedCredentialsRiskConfigurationType as input to an Aws::Client method, you can use a vanilla Hash:

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

The compromised credentials risk configuration type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::CompromisedCredentialsActionsType

The compromised credentials risk configuration actions.

Returns:

#event_filterArray<String>

Perform the action for these events. The default is to perform all events if no event filter is specified.

Returns:

  • (Array<String>)

    Perform the action for these events.