UserPoolAccountRecoverySettingRecoveryMechanismArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

Name of the user pool.

Link copied to clipboard
val priority: Output<Int>

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