UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs

data class UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs(val eventAction: Output<String>, val notify: Output<Boolean>) : ConvertibleToJava<UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs>

Constructors

constructor(eventAction: Output<String>, notify: Output<Boolean>)

Properties

Link copied to clipboard
val eventAction: Output<String>

The action to take for the attempted account takeover action for the associated risk level. Valid values are as follows:

Link copied to clipboard
val notify: Output<Boolean>

Determines whether Amazon Cognito sends a user a notification message when your user pools assesses a user's session at the associated risk level.

Functions

Link copied to clipboard
open override fun toJava(): UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs