Class: Aws::CognitoIdentityProvider::Types::AccountTakeoverRiskConfigurationType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Configuration for mitigation actions and notification for different levels of risk detected for a potential account takeover.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::AccountTakeoverActionsType

Account takeover risk configuration actions.



94
95
96
97
98
99
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 94

class AccountTakeoverRiskConfigurationType < Struct.new(
  :notify_configuration,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#notify_configurationTypes::NotifyConfigurationType

The notify configuration used to construct email notifications.



94
95
96
97
98
99
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 94

class AccountTakeoverRiskConfigurationType < Struct.new(
  :notify_configuration,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end