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 in response to the account takeover action. Valid values are as follows:

Link copied to clipboard
val notify: Output<Boolean>

Flag specifying whether to send a notification.

Functions

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