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

Specifies the recovery method for a user.

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

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

Functions

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