User Pool Account Recovery Setting Args
data class UserPoolAccountRecoverySettingArgs(val recoveryMechanisms: Output<List<UserPoolAccountRecoverySettingRecoveryMechanismArgs>>? = null) : ConvertibleToJava<UserPoolAccountRecoverySettingArgs>
Constructors
Link copied to clipboard
constructor(recoveryMechanisms: Output<List<UserPoolAccountRecoverySettingRecoveryMechanismArgs>>? = null)