UserPoolAccountRecoverySettingRecoveryMechanismArgs

data class UserPoolAccountRecoverySettingRecoveryMechanismArgs(val name: Output<String>, val priority: Output<Int>) : ConvertibleToJava<UserPoolAccountRecoverySettingRecoveryMechanismArgs>

Constructors

constructor(name: Output<String>, priority: Output<Int>)

Properties

Link copied to clipboard
val name: Output<String>

Recovery method for a user. Can be of the following: verified_email, verified_phone_number, and admin_only.

Link copied to clipboard
val priority: Output<Int>

Positive integer specifying priority of a method with 1 being the highest priority.

Functions

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