recoveryMechanisms

@JvmName(name = "hgplrjyhxwuayqtx")
suspend fun recoveryMechanisms(value: Output<List<UserPoolRecoveryOptionArgs>>)
@JvmName(name = "lchbrlxfncwtubgh")
suspend fun recoveryMechanisms(value: List<UserPoolRecoveryOptionArgs>?)

Parameters

value

The list of options and priorities for user message delivery in forgot-password operations. Sets or displays user pool preferences for email or SMS message priority, whether users should fall back to a second delivery method, and whether passwords should only be reset by administrators.


@JvmName(name = "coqwtxgejjjjnsok")
suspend fun recoveryMechanisms(vararg values: Output<UserPoolRecoveryOptionArgs>)


@JvmName(name = "oqxaiuveihqsxbfh")
suspend fun recoveryMechanisms(values: List<Output<UserPoolRecoveryOptionArgs>>)
@JvmName(name = "ufdfexuimgnfiaro")
suspend fun recoveryMechanisms(vararg values: UserPoolRecoveryOptionArgs)

Parameters

values

The list of options and priorities for user message delivery in forgot-password operations. Sets or displays user pool preferences for email or SMS message priority, whether users should fall back to a second delivery method, and whether passwords should only be reset by administrators.


@JvmName(name = "bbmjriprjwephwjd")
suspend fun recoveryMechanisms(argument: List<suspend UserPoolRecoveryOptionArgsBuilder.() -> Unit>)
@JvmName(name = "wjcmehkcoxafptmr")
suspend fun recoveryMechanisms(vararg argument: suspend UserPoolRecoveryOptionArgsBuilder.() -> Unit)
@JvmName(name = "nilykyvblbwrdxfj")
suspend fun recoveryMechanisms(argument: suspend UserPoolRecoveryOptionArgsBuilder.() -> Unit)

Parameters

argument

The list of options and priorities for user message delivery in forgot-password operations. Sets or displays user pool preferences for email or SMS message priority, whether users should fall back to a second delivery method, and whether passwords should only be reset by administrators.