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>

Name of the user pool. The following arguments are optional:

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