class Aws::CognitoIdentityProvider::Types::AccountTakeoverActionType
Account takeover action type.
@note When making an API call, you may pass AccountTakeoverActionType
data as a hash: { notify: false, # required event_action: "BLOCK", # required, accepts BLOCK, MFA_IF_CONFIGURED, MFA_REQUIRED, NO_ACTION }
@!attribute [rw] notify
Flag specifying whether to send a notification. @return [Boolean]
@!attribute [rw] event_action
The event action. * `BLOCK` Choosing this action will block the request. * `MFA_IF_CONFIGURED` Throw MFA challenge if user has configured it, else allow the request. * `MFA_REQUIRED` Throw MFA challenge if user has configured it, else block the request. * `NO_ACTION` Allow the user sign-in. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AccountTakeoverActionType AWS API Documentation
Constants
- SENSITIVE