User Pool Risk Configuration Attachment Account Takeover Risk Configuration Type
data class UserPoolRiskConfigurationAttachmentAccountTakeoverRiskConfigurationType(val actions: UserPoolRiskConfigurationAttachmentAccountTakeoverActionsType, val notifyConfiguration: UserPoolRiskConfigurationAttachmentNotifyConfigurationType? = null)
Constructors
Link copied to clipboard
constructor(actions: UserPoolRiskConfigurationAttachmentAccountTakeoverActionsType, notifyConfiguration: UserPoolRiskConfigurationAttachmentNotifyConfigurationType? = null)
Properties
Link copied to clipboard
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
Link copied to clipboard
The settings for composing and sending an email message when advanced security features assesses a risk level with adaptive authentication. When you choose to notify users in AccountTakeoverRiskConfiguration
, Amazon Cognito sends an email message using the method and template that you set with this data type.