Class: Aws::CognitoIdentityProvider::Types::AccountTakeoverRiskConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AccountTakeoverRiskConfigurationType
- 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
-
#actions ⇒ Types::AccountTakeoverActionsType
Account takeover risk configuration actions.
-
#notify_configuration ⇒ Types::NotifyConfigurationType
The notify configuration used to construct email notifications.
Instance Attribute Details
#actions ⇒ Types::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_configuration ⇒ Types::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 |