Class: Aws::CognitoIdentityProvider::Types::RiskConfigurationType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::RiskConfigurationType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
The settings of risk configuration for threat protection with threat protection in a user pool.
Constant Summary collapse
- SENSITIVE =
 [:client_id]
Instance Attribute Summary collapse
- 
  
    
      #account_takeover_risk_configuration  ⇒ Types::AccountTakeoverRiskConfigurationType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The settings for automated responses and notification templates for adaptive authentication with threat protection.
 - 
  
    
      #client_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The app client where this configuration is applied.
 - 
  
    
      #compromised_credentials_risk_configuration  ⇒ Types::CompromisedCredentialsRiskConfigurationType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Settings for compromised-credentials actions and authentication types with threat protection in full-function ‘ENFORCED` mode.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the item was modified.
 - 
  
    
      #risk_exception_configuration  ⇒ Types::RiskExceptionConfigurationType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.
 - 
  
    
      #user_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the user pool that has the risk configuration applied.
 
Instance Attribute Details
#account_takeover_risk_configuration ⇒ Types::AccountTakeoverRiskConfigurationType
The settings for automated responses and notification templates for adaptive authentication with threat protection.
      9420 9421 9422 9423 9424 9425 9426 9427 9428 9429  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9420 class RiskConfigurationType < Struct.new( :user_pool_id, :client_id, :compromised_credentials_risk_configuration, :account_takeover_risk_configuration, :risk_exception_configuration, :last_modified_date) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#client_id ⇒ String
The app client where this configuration is applied. When this parameter isn’t present, the risk configuration applies to all user pool app clients that don’t have client-level settings.
      9420 9421 9422 9423 9424 9425 9426 9427 9428 9429  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9420 class RiskConfigurationType < Struct.new( :user_pool_id, :client_id, :compromised_credentials_risk_configuration, :account_takeover_risk_configuration, :risk_exception_configuration, :last_modified_date) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#compromised_credentials_risk_configuration ⇒ Types::CompromisedCredentialsRiskConfigurationType
Settings for compromised-credentials actions and authentication types with threat protection in full-function ‘ENFORCED` mode.
      9420 9421 9422 9423 9424 9425 9426 9427 9428 9429  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9420 class RiskConfigurationType < Struct.new( :user_pool_id, :client_id, :compromised_credentials_risk_configuration, :account_takeover_risk_configuration, :risk_exception_configuration, :last_modified_date) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.
      9420 9421 9422 9423 9424 9425 9426 9427 9428 9429  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9420 class RiskConfigurationType < Struct.new( :user_pool_id, :client_id, :compromised_credentials_risk_configuration, :account_takeover_risk_configuration, :risk_exception_configuration, :last_modified_date) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#risk_exception_configuration ⇒ Types::RiskExceptionConfigurationType
Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.
      9420 9421 9422 9423 9424 9425 9426 9427 9428 9429  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9420 class RiskConfigurationType < Struct.new( :user_pool_id, :client_id, :compromised_credentials_risk_configuration, :account_takeover_risk_configuration, :risk_exception_configuration, :last_modified_date) SENSITIVE = [:client_id] include Aws::Structure end  | 
  
#user_pool_id ⇒ String
The ID of the user pool that has the risk configuration applied.
      9420 9421 9422 9423 9424 9425 9426 9427 9428 9429  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9420 class RiskConfigurationType < Struct.new( :user_pool_id, :client_id, :compromised_credentials_risk_configuration, :account_takeover_risk_configuration, :risk_exception_configuration, :last_modified_date) SENSITIVE = [:client_id] include Aws::Structure end  |