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 RecoveryOptionTypes .

Functions

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