UserPoolAccountRecoverySettingArgs

data class UserPoolAccountRecoverySettingArgs(val recoveryMechanisms: Output<List<UserPoolRecoveryOptionArgs>>? = null) : ConvertibleToJava<UserPoolAccountRecoverySettingArgs>

Constructors

Link copied to clipboard
constructor(recoveryMechanisms: Output<List<UserPoolRecoveryOptionArgs>>? = null)

Properties

Link copied to clipboard

The list of options and priorities for user message delivery in forgot-password operations. Sets or displays user pool preferences for email or SMS message priority, whether users should fall back to a second delivery method, and whether passwords should only be reset by administrators.

Functions

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