class Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType
Account takeover actions type.
@note When making an API call, you may pass AccountTakeoverActionsType
data as a hash: { low_action: { notify: false, # required event_action: "BLOCK", # required, accepts BLOCK, MFA_IF_CONFIGURED, MFA_REQUIRED, NO_ACTION }, medium_action: { notify: false, # required event_action: "BLOCK", # required, accepts BLOCK, MFA_IF_CONFIGURED, MFA_REQUIRED, NO_ACTION }, high_action: { notify: false, # required event_action: "BLOCK", # required, accepts BLOCK, MFA_IF_CONFIGURED, MFA_REQUIRED, NO_ACTION }, }
@!attribute [rw] low_action
Action to take for a low risk. @return [Types::AccountTakeoverActionType]
@!attribute [rw] medium_action
Action to take for a medium risk. @return [Types::AccountTakeoverActionType]
@!attribute [rw] high_action
Action to take for a high risk. @return [Types::AccountTakeoverActionType]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AccountTakeoverActionsType AWS API Documentation
Constants
- SENSITIVE