UserPoolRecoveryOptionArgs

data class UserPoolRecoveryOptionArgs(val name: Output<String>? = null, val priority: Output<Int>? = null) : ConvertibleToJava<UserPoolRecoveryOptionArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, priority: Output<Int>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The recovery method that this object sets a recovery option for.

Link copied to clipboard
val priority: Output<Int>? = null

Your priority preference for using the specified attribute in account recovery. The highest priority is 1 .

Functions

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