User Pool Risk Configuration Attachment Account Takeover Risk Configuration Type Args
data class UserPoolRiskConfigurationAttachmentAccountTakeoverRiskConfigurationTypeArgs(val actions: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionsTypeArgs>, val notifyConfiguration: Output<UserPoolRiskConfigurationAttachmentNotifyConfigurationTypeArgs>? = null) : ConvertibleToJava<UserPoolRiskConfigurationAttachmentAccountTakeoverRiskConfigurationTypeArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionsTypeArgs>, notifyConfiguration: Output<UserPoolRiskConfigurationAttachmentNotifyConfigurationTypeArgs>? = 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
val notifyConfiguration: Output<UserPoolRiskConfigurationAttachmentNotifyConfigurationTypeArgs>? = null
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.