UserPoolAccountRecoverySettingArgs

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

Constructors

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

Properties

Link copied to clipboard

List of Account Recovery Options of the following structure:

Functions

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