eventAction

@JvmName(name = "wymhiljusuwrncgb")
suspend fun eventAction(value: Output<String>)
@JvmName(name = "sogvsfqxaigwmvti")
suspend fun eventAction(value: String)

Parameters

value

The action to take for the attempted account takeover action for the associated risk level. Valid values are as follows:

  • BLOCK : Block the request.

  • MFA_IF_CONFIGURED : Present an MFA challenge if possible. MFA is possible if the user pool has active MFA methods that the user can set up. For example, if the user pool only supports SMS message MFA but the user doesn't have a phone number attribute, MFA setup isn't possible. If MFA setup isn't possible, allow the request.

  • MFA_REQUIRED : Present an MFA challenge if possible. Block the request if a user hasn't set up MFA. To sign in with required MFA, users must have an email address or phone number attribute, or a registered TOTP factor.

  • NO_ACTION : Take no action. Permit sign-in.